Accusoft.ImagXpress13.Net
ToolbarEvent Event




Thrown when a toolbar event occurs.
Syntax
'Declaration
 
Public Event ToolbarEvent As ImageXView.ToolbarEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.ToolbarEventHandler
 
AddHandler instance.ToolbarEvent, handler
public event ImageXView.ToolbarEventHandler ToolbarEvent
public: __event ImageXView.ToolbarEventHandler* ToolbarEvent
public:
event ImageXView.ToolbarEventHandler^ ToolbarEvent
Event Data

The event handler receives an argument of type ToolbarEventArgs containing data related to this event. The following ToolbarEventArgs properties provide information specific to this event.

PropertyDescription
Tool Gets the selected tool.
User1 Gets the numerical value associated with the Tool.
User2 Gets the numerical value associated with the Tool.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback