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