This event is generated the moment that the editing of an annotation object has begun.

[Visual Basic] Public Event StartEditObject As System.EventHandler
[C#] public event System.EventHandler StartEditObject;

Event Data

The event handler receives arguments of type System.EventArgs

Explanation

The StartEditObject event is generated the moment that the editing of an annotation object has begun.

If there are processes that you want to occur when an annotation object has begun to be edited, then place that code within this event. This event is generated: when the object is moved, when the object's shape is changed, and when the object is rotated.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation