_DMcGraphOverlayEvents_ObjectDeselectedEventHandler Delegate

Object has been deselected.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _DMcGraphOverlayEvents_ObjectDeselectedEventHandler ( 
	Overlay As McGraphOverlay,
	Object As McGraphObj,
	SelectedIndex As Integer
)

Parameters

Overlay
Type: MediaCy.IQL.Display.OverlaysMcGraphOverlay
the event source overlay.
Object
Type: MediaCy.IQL.Display.OverlaysMcGraphObj
graphic object related to this event.
SelectedIndex
Type: SystemInt32
The McGraphOverlay.SelectedGraphObj index of the object before it was deselected
See Also