See Also

Viewer Class  | Viewer Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

ToolClick Event

Occurs when the user clicks a tool on the viewer's toolbar.

[Visual Basic]
Public Event ToolClick() As ToolClickEventHandler
[C#]
public event ToolClickEventHandler ToolClick();

Event Data

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.

PropertyDescription
Tool Gets or sets the tool that was clicked.

See Also

Viewer Class  | Viewer Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.