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
);
DataDynamics.ActiveReports.Toolbar Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.