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:
|
| object | A McGraphOverlay object. | | Overlay | A McGraphOverlay object. the event source overlay.
| | Tool | An Object object. The previously active tool as an IDispatch pointer.
| | GraphObjClassName | A String value. The previously active graphic object class.
| | TemplateID | A Long value. The previously active template.
|
|