Click or drag to resize

AnnotateViewerOnAnnotationTextChanged Method

Called when the viewer's AnnotationController raises the AnnotationTextChanged event.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.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 text being changed.
See Also