Occurs when a tool on the toolbar is clicked.
[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. |
[C#]
private void arViewer_ToolClick(object sender, DataDynamics.ActiveReports.Toolbar.ToolClickEventArgs e) |
[Visual Basic]
Private Sub arViewer_ToolClick(ByVal sender As Object, ByVal e As Toolbar.ToolClickEventArgs) Handles arvMain.ToolClick |
Toolbar Class | Toolbar Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.