Finished Processing Event
Moderator: Alex
-
- Posts: 10
- Joined: Mon Oct 30, 2017 11:16 pm
Finished Processing Event
Is there any event fired by either the annotation data controllers, collections, etc. when the annotation process is finished? This would include the tags where the user can enter text into the annotation where when they are done entering the text, an event fires.
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Finished Processing Event
Hello,
What do you mean as "the annotation process is finished"? I think you need event, which occurs when the annotation property is changed, for example, when user changed the text in text annotation. If yes, you need the AnnotationData.PropertyChanging and AnnotationData.PropertyChanged events. Please read more info here: https://www.vintasoft.com/docs/vsimagin ... _Data.html
Best regards, Alexander
What do you mean as "the annotation process is finished"? I think you need event, which occurs when the annotation property is changed, for example, when user changed the text in text annotation. If yes, you need the AnnotationData.PropertyChanging and AnnotationData.PropertyChanged events. Please read more info here: https://www.vintasoft.com/docs/vsimagin ... _Data.html
Best regards, Alexander
-
- Posts: 10
- Joined: Mon Oct 30, 2017 11:16 pm
Re: Finished Processing Event
Thanks.
I failed to look at that event.
I failed to look at that event.