AnnotationControllerNotificationEventArgs Class |
Namespace: Atalasoft.Annotate
The AnnotationControllerNotificationEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationControllerNotificationEventArgs(AnnotationControllerNotification) | Creates a new instance of AnnotationControllerNotificationEventArgs specifying the type
of notification being sent. |
![]() | AnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationRegion) | Creates a new instance of AnnotationControllerNotificationEventArgs specifying the
notification and invalidation region to send. |
![]() | AnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationUndo) | Creates a new instance of AnnotationControllerNotificationEventArgs specifying the
notification and undo to send. |
![]() | AnnotationControllerNotificationEventArgs(AnnotationControllerNotification, Control) | Creates a new instance of AnnotationControllerNotificationEventArgs specifying the
notification and a control to process. |
![]() | AnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationRegion, AnnotationUndo) | Creates a new instance of AnnotationControllerNotificationEventArgs specifying the
notification, invalidation region and undo to send. |
![]() | AnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationUndo, UndoManagerAction) | Creates a new instance of AnnotationControllerNotificationEventArgs specifying the
notification, undo and special undo action. |
![]() | AnnotationControllerNotificationEventArgs(AnnotationControllerNotification, CollectionChangedEventArgs, AnnotationUndo) | Creates a new instance of AnnotationControllerNotificationEventArgs specifying the
notification, CollectionChangedEventArgs and an undo. |
![]() | AnnotationControllerNotificationEventArgs(AnnotationControllerNotification, AnnotationRegion, AnnotationUndo, UndoManagerAction) | Creates a new instance of AnnotationControllerNotificationEventArgs specifying the
notification, invalidation region, undo and a special undo action. |
Name | Description | |
---|---|---|
![]() | CollectionChangedArgs | Gets the CollectionChangedEventArgs containing information about the collection
change. |
![]() | Control | Gets a System.Windows.Forms.Control object used with this notification. |
![]() | InvalidateRegion | Gets or sets a region used for invalidating the parent control. |
![]() | Notification | Gets the type of notification performed on the object. |
![]() | Undo | Gets the AnnotationUndo to store into the AnnotationUndoManager. |
![]() | UndoAction | Gets a special undo action to send to the undo manager. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |