Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public ScriptDef(
	string eventName,
	string code
)
Visual Basic (Declaration)
Public Sub New ( _
	eventName As String, _
	code As String _
)

Parameters

eventName
Type: System..::.String
code
Type: System..::.String

See Also