Click or drag to resize

AnnotationControllerNotificationEventArgs Constructor (AnnotationControllerNotification, Control)

Creates a new instance of AnnotationControllerNotificationEventArgs specifying the notification and a control to process.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationControllerNotificationEventArgs(
	AnnotationControllerNotification notification,
	Control control
)

Parameters

notification
Type: Atalasoft.AnnotateAnnotationControllerNotification
The notification to send.
control
Type: System.Windows.FormsControl
A control to process.
Remarks
This constructor is used by the TextAnnotation to add or remove the edit control to the AnnotateViewer. Custom annotations could use this to add any class deriving from System.Windows.Forms.Control to the viewer.
See Also