OnAnnSelect event (Annotation Control)
Builder Syntax |
TAnnSelectEvent OnAnnSelect (LEADTyp::L_PHANDLE phObjects, int iCount); |
Delphi Syntax |
OnAnnSelect (phObjects: L_PHANDLE; iCount: Integer): TAnnSelectEvent |
Overview |
Refer to Implementing Annotations. |
Remarks
(Document/Medical only) Occurs when annotation objects are selected or deselected. If iCount is 0, then no objects are selected. If you click outside all the annotation objects, this event will still be fired and iCount will be 0.
See Also
Elements: |
AnnGetSelectCount method, AnnGetSelectList method,AnnGetItemHandlemethod. |
Topics: |
Annotations (Document/Medical only): Automation, Annotations (Document/Medical only): Annotation Events |