NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence file is modified event

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

 

0 Kudos
Message 1 of 2
(3,009 Views)

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

0 Kudos
Message 2 of 2
(3,000 Views)