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 using a mouse drag. This event is not generated when objects are edited using the Edit interface (SelectObject....) methods.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit