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.