Click or drag to resize

WebAnnotationViewerAnnotationCreated Event

Raised when an annotation is created by the user.

Namespace:  Atalasoft.Imaging.WebControls.Annotations
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event AnnotationCreatedEventHandler AnnotationCreated

Value

Type: Atalasoft.Imaging.WebControls.AnnotationsAnnotationCreatedEventHandler
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.
Caution note Caution
WebAnnotationViewer control is not available for .NET Core.
See Also