| Accusoft.ImagXpressSdk Namespace > ImageXView Class : ToolEvent Event |
'Declaration Public Event ToolEvent As ImageXView.ToolEventHandler
'Usage Dim instance As ImageXView Dim handler As ImageXView.ToolEventHandler AddHandler instance.ToolEvent, handler
public event ImageXView.ToolEventHandler ToolEvent
public: __event ImageXView.ToolEventHandler* ToolEvent
public: event ImageXView.ToolEventHandler^ ToolEvent
The event handler receives an argument of type ToolEventArgs containing data related to this event. The following ToolEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Action | Gets the value of the action the tool performed. |
| Location | Gets the location at which the tool action was performed. |
| Tool | Gets the tool being used. |