Initializes a new instance of the FilterCommandViewModel class.

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

Syntax

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

Parameters

command
Type: DelegateCommand
The command.

See Also