This event is generated when the MultiSelect tool is used and an annotation object or multiple annotation objects are selected.

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

Event Data

The event handler receives arguments of type System.EventArgs

Explanation

The MultiObjectSelected event is generated after the MultiSelect tool is used to select at least one annotation object and the mouse button is released.

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

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

The ImageKit.NET2 is created by Newtone Corporation