Occurs when the user clicks a tool on the viewer's toolbar.
[Visual Basic]
Public Event ToolClick() As ToolClickEventHandler
[C#]
public event ToolClickEventHandler ToolClick();
The event handler receives an argument of type ToolClickEventArgs containing data related to this event. The following ToolClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Tool | Gets or sets the tool that was clicked. |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.