Page 1 of 1

Finished Processing Event

Posted: Thu Feb 08, 2018 4:36 am
by rstrickland1958
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.

Re: Finished Processing Event

Posted: Thu Feb 08, 2018 8:02 pm
by Alex
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

Re: Finished Processing Event

Posted: Thu Feb 08, 2018 8:32 pm
by rstrickland1958
Thanks.

I failed to look at that event.