This event is generated the moment an annotation object is selected.

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

Event Data

The event handler receives arguments of type System.EventArgs

Explanation

The ObjectSelected event is generated the moment an annotation object is selected.

If there are processes that you want to occur when an annotation object is selected, then place that code within this event. This event is generated only when selecting individual annotation objects.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation