This event is generated just after an annotation object has been drawn.
[Visual Basic] Public Event EndDrawObject
As AnnotationDrawEventHandler
[C#] public event AnnotationDrawEventHandler
EndDispImage;
Event Data
The event handler receives arguments of type AnnotationDrawEventArgs
Explanation
The EndDrawObject event is generated just after an annotation object has been drawn.
If there are processes that you want to occur just after an annotation object has been drawn, then place that code within this event. This event is generated for annotation objects: line, polyline, polygon, rectangle, pen, text, and pasteimage.