_DMcGraphOverlayEventsToolDeselected Method
|
|
A tool was just deselected, and is not active anymore. If any tool was
active, this event is always sent to notify clients of the overlay
that selected the previously active tool. It is also sent to the
notify clients of the overlay getting a newly selected tool or no tool.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub ToolDeselected (
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
Nothing. Use McGraphOverlay.ActiveTool to get the tool McGraphToolServer instance of the tool being deselected. - GraphObjClassName
- Type: SystemString
The previously active graphic object class. - TemplateID
- Type: SystemInt32
The previously active template.
See Also