Accusoft.ImagXpress13.Net
ToolEvent Event




Thrown when a tool event occurs.
Syntax
'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
Event Data

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.

PropertyDescription
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.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback