07-31-2009 04:51 AM
Hi,
In my application we are using the reference of sequence file many places.
Is there a event which inform us that the sequence file is changed(if step / sequence added or step / sequence deleted).
There is a ChangeCount property in SequenceFile, but this we have to check all the time for knowing whether it is edited.
My application is in .Net (C#).
Regards,
Ceaser
07-31-2009 09:26 AM
If you are writing a UI using the ApplicationMgr (like our example UIs do) you can handle the EndEdit event on the ApplicationMgr. Make sure you check the cancelled parameter if you don't want to handle cancelled edits.
Hope this helps,
-Doug