Click or drag to resize

AnnotationControllerOnAnnotationTextChanged Method

Called while the annotation text is being changed.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
protected virtual void OnAnnotationTextChanged(
	AnnotationEventArgs e
)

Parameters

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