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, ellipse, pen, text, and image.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation