Accusoft NotateXpress 13
NX_AnnotationEvent Enumeration
Description
Specifies the sub events choices for the AnnotateEvent
Members
MemberValueDescription
NX_AnnotationAdded1001Raised when an annotation element has been added. The data parameter is the sequence number of the element added.
NX_AnnotationDeleted1003Raised when an annotation element was deleted. The data parameter is the sequence number of the element deleted.
NX_AnnotationEndSelected1005Raised when annotation elements are unselected. The data parameter is not significant.
NX_AnnotationMoved1002Raised when one or more annotation elements were moved. The data parameter is the sequence number of the element moved.
NX_AnnotationSelected1004Raised when an annotation element was selected. The data parameter is the sequence number of the selected element.
NX_AnnotationToolChanged1006Raised when the annotation tool has changed. The data parameter is the NX_AnnotationTool enumeration for the new tool.
NX_GroupSelected2001Raised 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_ItemRightClick1007

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_TextEditEnd1010Raised 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_TextEditStart1009Raised 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_ToolChange1008

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.

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback