Click or drag to resize

AnnotationControllerAnnotationCreated Event

Raised when an annotation is created by the user.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event AnnotationEventHandler AnnotationCreated

Value

Type: Atalasoft.AnnotateAnnotationEventHandler
Remarks
This event is only raised when an annotation is added by the user drawing it with the mouse. Adding annotations to a LayerAnnotation will not raise this event.
See Also