Description

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.

Syntax

Private Sub object_ToolDeselected(Overlay, Tool, GraphObjClassName, TemplateID)

The ToolDeselected Event syntax has these parts:

PartDescription
objectA McGraphOverlay object.
OverlayA McGraphOverlay object.

the event source overlay.

ToolAn Object object.

The previously active tool as an IDispatch pointer.

GraphObjClassNameA String value.

The previously active graphic object class.

TemplateIDA Long value.

The previously active template.