Accusoft NotateXpress 12
AnnotateEvent Event
See Also  Send comments on this topic.
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.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : AnnotateEvent Event

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.