Initializes a new instance of the MoreCommandViewModel class.

Namespace: Ico.Awx.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public MoreCommandViewModel(
	DelegateCommand command
)
Visual Basic
Public Sub New ( _
	command As DelegateCommand _
)
JScript
public function MoreCommandViewModel(
	command : DelegateCommand
)

Parameters

command
Type: DelegateCommand
The command.

See Also