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.
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