Click or drag to resize

AnnotationControllerNotifyController Method

This method is used by layer and annotation objects to notify the AnnotationController of events.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void NotifyController(
	Object sender,
	AnnotationControllerNotificationEventArgs e
)

Parameters

sender
Type: SystemObject
The object sending this notification.
e
Type: Atalasoft.AnnotateAnnotationControllerNotificationEventArgs
An AnnotationControllerNotificationEventArgs containing information about this event.
See Also