EA Addin - API EA_OnNotifyContextItemModified

30 Views Asked by At

I created an addin in C#.
API EA_OnNotifyContextItemModified is triggered when in EA Application, the user selects an element, opens the Context Element window (by double click on element) and only press button OK without changing any content inside the Element. No content is modified, why this API is triggered?

Is there a way or an API to distinguish between:

  1. select an element, open the Context Element Window (double click on element), press OK

  2. select an element, open the Context Element Window (double click on element), modify something (for example the name of the element) and press OK

0

There are 0 best solutions below