_IMcGraphOverlayEvents_ToolDeselectedEventHandler Delegate

Tool was just deselected, and is not active anymore.

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 _IMcGraphOverlayEvents_ToolDeselectedEventHandler ( 
	Overlay As McGraphOverlay,
	Tool As Object,
	GraphObjClassName As String,
	TemplateID As Integer
)

Parameters

Overlay
Type: MediaCy.IQL.Display.OverlaysMcGraphOverlay
the event source overlay.
Tool
Type: SystemObject
The previously active tool as an IDispatch pointer.
GraphObjClassName
Type: SystemString
The previously active graphic object class.
TemplateID
Type: SystemInt32
The previously active template.
See Also