Click or drag to resize

AnnotationControllerOnAnnotationCreated Method

Called when a new annotation has been 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
protected virtual void OnAnnotationCreated(
	AnnotationEventArgs e
)

Parameters

e
Type: Atalasoft.AnnotateAnnotationEventArgs
An AnnotationEventArgs containing the new annotation.
See Also