CustomClientCall event arguments.

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

Syntax

C#
public CustomClientCallEventArgs(
	Object CustomCommand
)
Visual Basic
Public Sub New ( _
	CustomCommand As Object _
)

Parameters

CustomCommand
Type: System..::..Object
The neme of the command that will be executed

See Also