Book a Demo

Author Topic: F2 not change the name  (Read 3288 times)

virginia.cid

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
F2 not change the name
« on: May 07, 2018, 04:21:50 pm »
Good morning,

Is there any method like EA_MenuClick or EA_OnPostNewElement to control when someone change the name of package with F2?

Thanks,
Virginia

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: F2 not change the name
« Reply #1 on: May 07, 2018, 04:42:37 pm »
That should trigger the EA_OnNotifyContextItemModified event, but unfortunately that will only tell you that something has changed. It doesn't tell you that the item was renamed, or if something else about it was changed.
http://www.sparxsystems.com/enterprise_architect_user_guide/14.0/automation/ea_onnotifycontextitemmodified.html