| Name | Description |
 | AnnotationAdded | Fires when an annotation has been added. |
 | AnnotationDeleted | Fires when an annotation has been deleted. |
 | AnnotationEndSelected | Fires when no annotations are selected. |
 | AnnotationMoved | Fires when an annotation has been moved. |
 | AnnotationsChanged | Occurs when an annotation has changed. |
 | AnnotationSelected | Fires when an annotation has been selected. |
 | Click | Occurs when an annotation object is clicked in Interactive Mode. |
 | ContextMenu | Occurs when an element is right clicked in edit mode, and the built in NotateXpress context menu is turned off. |
 | CurrentLayerChange | The CurrentLayerChange Event is fired whenever the current layer changes. |
 | Disposed | (Inherited from System.ComponentModel.Component) |
 | DoubleClick | Occurs when an annotation object is double clicked in Interactive Mode. |
 | Dropped | Fires when xfdf annotations that are not supported by NotateXpress are read in. |
 | GroupDeselected | Fired when an annotation group is unselected |
 | GroupSelected | Fired when an annotation group is selected |
 | ItemChanged | The ItemChanged event is sent when an annotation object changes. When an object is moved or resized by the user, an AnnotationMoved is fired. |
 | LayerRestored | The LayerRestored Event is fired for each layer restored during the loading of a previously saved annotation file. |
 | MappingInput | This event is for an advanced user who wants to change how NotateXpress does its coordinate conversions. |
 | MappingOutput | This event is for an advanced user who wants to change how NotateXpress does its coordinate conversions. |
 | MenuSelect | The MenuSelect event is fired when a user chooses any of the items on the NotateXpress context menu while over an annotation or on the toolbar. |
 | MouseDown | Occurs when an annotation object receives a MouseDown event in Interactive Mode. |
 | MouseMove | Occurs when the mouse is moved over an annotation object in Interactive Mode. |
 | MouseUp | Occurs when an annotation object receives a MouseUp event in Interactive Mode. |
 | RequestLayerPassword | The RequestLayerPassword event is sent during the loading of an annotation file for all layers that were saved with a password. |
 | Stamping | The Stamping event is sent immediately before each stamp tool use, providing an opportunity to change the stamp text of the annotation object before it is added. |
 | TextEditEnd | Fired when text editing has ended. Editing is now disabled |
 | TextEditStart | Fired when The user has double-clicked a text item and editing is now enabled. |
 | ToolbarClose | The ToolbarClose event is fired when the toolbar is closed. |
 | ToolbarOpen | The ToolbarOpen event is fired when the toolbar is opened. |
 | ToolbarSelect | The ToolbarSelect event is fired when a selection changes for the current tool on the toolbar. |
 | UserDraw | The UserDraw event is raised for a Rectangle object during its paint when the Rectangle’s UserDraw attribute is True. |
 | UserGroupCreated | The UserGroupCreated event is sent when a user creates a new group by selecting multiple objects and then pressing Ctrl-G. |
 | UserGroupDestroyed | The UserGroupDestroyed event is sent when a user destroys a selected group by pressing Ctrl-U. |