Book a Demo

Author Topic: Broadcast event for PostEditElement?  (Read 3744 times)

Colin Richardson

  • EA User
  • **
  • Posts: 52
  • Karma: +0/-0
    • View Profile
Broadcast event for PostEditElement?
« on: June 07, 2012, 08:11:18 am »
I can't find any evidence :-(

Basically want to verify and update some values based on criteria after a user edits an element.

E.g. if a requirement is edited in a certain location in a model, it should prevent any stereotype at all, so my thoughts were to set it back to "" and save it transparently to the user.


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Broadcast event for PostEditElement?
« Reply #1 on: June 07, 2012, 08:13:13 am »
EA_OnNotifyContextItemModified

Colin Richardson

  • EA User
  • **
  • Posts: 52
  • Karma: +0/-0
    • View Profile
Re: Broadcast event for PostEditElement?
« Reply #2 on: June 07, 2012, 08:14:34 am »
Excellent!

Thanks