Hi all,
I'm developing an OI in # with ApplicationMgr object.
I see QueryReloadSequenceFileEvent, it's working and fired when I change a file in SeqEdit.
But I would like to be notifiy by an event when the sequence file has been reloaded.
I don't see any event for that.
Thanks in advance for your help
Thanks for your help. But I don't need a popup windows.
I need to be notified when the sequence file has been reloaded when it has been modified by another application.
Thanks
When I modify a sequence file out of OI, the event QueryReloadSequenceFileEvent is raised.
This event is raised just before sequence file reloading.
Does it exist an event raised after the sequence file reloading.
I hope I'm clear.
Thanks in advance for your help
Thanks for your reply.
But I 'm speaking about Operator interface in C# (.NET) and I'm looking for an event on OI side, not on sequence side.