ActiveReports.Viewer3 Request technical support
ToolClickEventArgs Constructor(Tool)
See Also 


tool
Specifies the tool that was clicked.
Initializes a new instance of the ToolClickEventArgs class and sets the Tool property to the specified tool.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal tool As Tool _
)
Visual Basic (Usage)Copy Code
Dim tool As Tool
 
Dim instance As ToolClickEventArgs(tool)
C# 
public ToolClickEventArgs( 
   Tool tool
)

Parameters

tool
Specifies the tool that was clicked.

See Also