Accusoft NotateXpress 13
AnnotateEvent Event
The type of event. Use the NX_AnnotationEvent enumeration for values to use.
The data for the event.  This will vary based on the lType.
Description
Raised when there is a change in annotations.  This event encompasses many sub events such as adding, deleting, and changing annotations.
Syntax
Visual Basic
Public Event AnnotateEvent( _
   ByVal lType As Long, _
   ByVal lData As Long _
)
Parameters
lType
The type of event. Use the NX_AnnotationEvent enumeration for values to use.
lData
The data for the event.  This will vary based on the lType.
Remarks

This is a an event of events.  Most users have a case/switch statement to choose what sub event they are looking for.

See the NX_AnnotationEvent for all of the valid choices.

See Also

NotateXpress Object  | NotateXpress Members  | Creating Programmatic Annotations  | Modifying Existing Annotations

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback