Default constructor

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public VirtualEventField(
	string name,
	CommandModelBase command
)
Visual Basic
Public Sub New ( _
	name As String, _
	command As CommandModelBase _
)
JScript
public function VirtualEventField(
	name : String, 
	command : CommandModelBase
)

Parameters

name
Type: System..::..String
command
Type: CommandModelBase

See Also