Initializes a new instance of the UnselectCommandViewModel class.
Namespace: Ico.Awx.ViewModelAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public UnselectCommandViewModel( DelegateCommand command ) |
| Visual Basic |
|---|
Public Sub New ( _ command As DelegateCommand _ ) |
| JScript |
|---|
public function UnselectCommandViewModel( command : DelegateCommand ) |
Parameters
- command
- Type: DelegateCommand
The command.