This delegate represents the method that handles the StartDrawObject event and the EndDrawObject event.

[Visual Basic] Public Delegate Sub AnnotationDrawEventHandler(ByVal sender As Object, ByVal e As AnnotationDrawEventArgs)
[C#] public delegate void AnnotationDrawEventHandler(object sender, AnnotationDrawEventArgs e);

Parameters

sender
     Event Source

e
     Event data contained in AnnotationDrawEventArgs

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation