1
Automation Interface, Add-Ins and Tools / Is there way to get notifications what linked document was changed
« on: May 11, 2016, 01:09:32 am »
Hello,
I am trying to find out events that would notify about changes of the linked document. For some reason the OnNotifyContextItemModified event does not fired when i change (and save) element linked document.
Is there effective technique which allow me to be notified when linked document was changed?
PS
I already implement watchdog which look for elements linked doc changes on every significant user action (OnContextItemChanged, OnFileClose), but i need to keep growing hash map of elements (touched by user) with linked document MD5-hashes. This can lead to significant response time increase (during long user sessions).
Im using EA 11.1.1112 + C# .NET (Interop.EA.dll).
Thank u!
I am trying to find out events that would notify about changes of the linked document. For some reason the OnNotifyContextItemModified event does not fired when i change (and save) element linked document.
Is there effective technique which allow me to be notified when linked document was changed?
PS
I already implement watchdog which look for elements linked doc changes on every significant user action (OnContextItemChanged, OnFileClose), but i need to keep growing hash map of elements (touched by user) with linked document MD5-hashes. This can lead to significant response time increase (during long user sessions).
Im using EA 11.1.1112 + C# .NET (Interop.EA.dll).
Thank u!