Creates new instance of Action class.

Namespace:  PerpetuumSoft.Reporting.Windows.Forms
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Action(
	ActionCollection collection,
	string name,
	string text,
	string toolTip,
	bool showTextInToolBar,
	EventHandler execute,
	Shortcut shortcut
)
Visual Basic (Declaration)
Public Sub New ( _
	collection As ActionCollection, _
	name As String, _
	text As String, _
	toolTip As String, _
	showTextInToolBar As Boolean, _
	execute As EventHandler, _
	shortcut As Shortcut _
)
Visual C++
public:
Action(
	ActionCollection^ collection, 
	String^ name, 
	String^ text, 
	String^ toolTip, 
	bool showTextInToolBar, 
	EventHandler^ execute, 
	Shortcut shortcut
)

See Also