Click or drag to resize

AnnotationControllerNotificationEventArgs Constructor

Constructs an AnnotationControllerNotificationEventArgs.
Overload List
  NameDescription
Public methodAnnotationControllerNotificationEventArgs(AnnotationControllerNotification)
Creates a new instance of AnnotationControllerNotificationEventArgs specifying the type of notification being sent.
Public methodAnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationRegion)
Creates a new instance of AnnotationControllerNotificationEventArgs specifying the notification and invalidation region to send.
Public methodAnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationUndo)
Creates a new instance of AnnotationControllerNotificationEventArgs specifying the notification and undo to send.
Public methodAnnotationControllerNotificationEventArgs(AnnotationControllerNotification, Control)
Creates a new instance of AnnotationControllerNotificationEventArgs specifying the notification and a control to process.
Public methodAnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationRegion, AnnotationUndo)
Creates a new instance of AnnotationControllerNotificationEventArgs specifying the notification, invalidation region and undo to send.
Public methodAnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationUndo, UndoManagerAction)
Creates a new instance of AnnotationControllerNotificationEventArgs specifying the notification, undo and special undo action.
Public methodAnnotationControllerNotificationEventArgs(AnnotationControllerNotification, CollectionChangedEventArgs, AnnotationUndo)
Creates a new instance of AnnotationControllerNotificationEventArgs specifying the notification, CollectionChangedEventArgs and an undo.
Public methodAnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationRegion, AnnotationUndo, UndoManagerAction)
Creates a new instance of AnnotationControllerNotificationEventArgs specifying the notification, invalidation region, undo and a special undo action.
Top
See Also