AccusoftNotateXpress13 ActiveX DLL : NX_AnnotationEvent Enumeration |
Member | Value | Description |
---|---|---|
NX_AnnotationAdded | 1001 | Raised when an annotation element has been added. The data parameter is the sequence number of the element added. |
NX_AnnotationDeleted | 1003 | Raised when an annotation element was deleted. The data parameter is the sequence number of the element deleted. |
NX_AnnotationEndSelected | 1005 | Raised when annotation elements are unselected. The data parameter is not significant. |
NX_AnnotationMoved | 1002 | Raised when one or more annotation elements were moved. The data parameter is the sequence number of the element moved. |
NX_AnnotationSelected | 1004 | Raised when an annotation element was selected. The data parameter is the sequence number of the selected element. |
NX_AnnotationToolChanged | 1006 | Raised when the annotation tool has changed. The data parameter is the NX_AnnotationTool enumeration for the new tool. |
NX_GroupSelected | 2001 | Raised when the user has selected a group. The data parameter is the groupID. If the data parameter is 0, it means the group was de-selected. |
NX_ItemRightClick | 1007 | Raised when a mouse right click event has occurred. Note: This is valid when the NotateXpress context menu is turned off in edit mode. |
NX_TextEditEnd | 1010 | Raised when the user has stopped text editing. Editing is now disabled. The data parameter is the sequence number of the element that was being edited. |
NX_TextEditStart | 1009 | Raised when the user has double-clicked a text item and editing is now enabled. The data parameter is the sequence number of the element being edited. |
NX_ToolChange | 1008 | Raised when the annotation tool has changed. The data parameter is the NX_AnnotationTool enumeration of the new tool. Note: Going forward, use ToolbarSelect instead of NX_ToolChange. |