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

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

Event Data

The event handler receives arguments of type System.EventArgs

Explanation

The MultiObjectsSelected 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 annotation objects with the MultiSelect tool.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation