OnAnnSelect event (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void OnAnnSelect (ILEADRasterVariant * aObjects, short uCount);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only)Occurs when annotation objects are selected or deselected. If uCount is 0, then no objects are selected. If you click outside all the annotation objects, this event will still be fired and uCount will be 0.

See Also

Elements:

AnnGetSelectCount method, AnnGetSelectList method

Topics:

Annotations (Document/Medical only): Automation, Annotations (Document/Medical only): Annotation Events