Accusoft.ImagXpressSdk Namespace > ImageXView Class : ToolbarEvent Event |
'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
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.
Property | Description |
---|---|
Tool | Gets the selected tool. |
User1 | Gets the numerical value associated with the Tool. |
User2 | Gets the numerical value associated with the Tool. |