Raised when there is a change in annotations. This event encompasses many sub events such as adding, deleting, and changing annotations.
- 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.
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.