AnnDrawn event (Main Control)
Visual Basic
example
Visual C++ 4.0 example
Visual J++ example
Syntax void AnnDrawn (OLE_HANDLE hObject);
Overview: Refer to Implementing Annotations.
Remarks
(Document/Medical only) Occurs after the user finishes drawing an annotation object.
This is different from the AnnCreate event, which occurs whenever an object is added by any means, including loading from a file or pasting from the clipboard.
This event is useful for setting the annotation tool selection for the next operation. For example, it is common to change the tool to a selection pointer after an object is drawn.
See Also
Topics: Annotations (Document/Medical only): Annotation Events