Click or drag to resize

AnnotationControllerNotificationEventArgs Constructor (AnnotationControllerNotification, CollectionChangedEventArgs, AnnotationUndo)

Creates a new instance of AnnotationControllerNotificationEventArgs specifying the notification, CollectionChangedEventArgs and an undo.

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,
	CollectionChangedEventArgs collectionChangedArgs,
	AnnotationUndo undo
)

Parameters

notification
Type: Atalasoft.AnnotateAnnotationControllerNotification
The notification to send.
collectionChangedArgs
Type: Atalasoft.UtilsCollectionChangedEventArgs
An CollectionChangedEventArgs indicating a change to a collection.
undo
Type: Atalasoft.Annotate.UIAnnotationUndo
An undo to add to the undo collection.
Remarks
This constructor is used by collections to notify the controller when an annotation or layer has been changed.
See Also