_IMcGraphOverlayEvents_ToolSelectedEventHandler Delegate
|
|
Tool was selected as the new active tool.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _IMcGraphOverlayEvents_ToolSelectedEventHandler (
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
An IDispatch pointer for the new active tool. - GraphObjClassName
- Type: SystemString
The graphic object class to be created. - TemplateID
- Type: SystemInt32
The template to use when creating new objects.
See Also