ActiveReports 6 Online Help
ToolClickEventArgs Constructor(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
'Declaration
 
Public Function New( _
   ByVal tool As Tool _
)
public ToolClickEventArgs( 
   Tool tool
)

Parameters

tool
Specifies the tool that was clicked.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolClickEventArgs Class
ToolClickEventArgs Members
Overload List

Send Feedback