Click or drag to resize

PointBaseAnnotationOnAnnotationControllerNotification Method

Called after a property of the annotation or related AnnotationData has been modified.

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 override void OnAnnotationControllerNotification(
	AnnotationControllerNotificationEventArgs e
)

Parameters

e
Type: Atalasoft.AnnotateAnnotationControllerNotificationEventArgs
An AnnotationControllerNotificationEventArgs containing information on this changed.
See Also