Initializes a new instance of the LoadDialogTemplateCommand class.

Namespace:  C1.Web.UI.Controls.C1Schedule.Commands
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public LoadDialogTemplateCommand(
	string commandName,
	Object arguments,
	C1Schedule control
)
Visual Basic
Public Sub New ( _
	commandName As String, _
	arguments As Object, _
	control As C1Schedule _
)

Parameters

commandName
Type: System..::..String
Name of the command.
arguments
Type: System..::..Object
The arguments.
control
Type: C1.Web.UI.Controls.C1Schedule..::..C1Schedule
The control.

See Also