See Also

DataDynamics.ActiveReports.Toolbar Namespace

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

ToolClickEventHandler Delegate

Represents the method that will handle the ToolClick event of a Toolbar.

[Visual Basic]
Public Delegate Sub ToolClickEventHandler( _    ByVal sender As Object, _    ByVal e As ToolClickEventArgs _ )
[C#]
public delegate void ToolClickEventHandler(    object sender,    ToolClickEventArgs e );

Parameters

sender
The source of the event.
e
A ToolClickEventArgs class that contains the event data.

See Also

DataDynamics.ActiveReports.Toolbar Namespace

 

 


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