Свойство | Type | Description | |
---|---|---|---|
CanExecute | bool | ||
Execute | void | ||
SetDynamicDisplayText | void | ||
SetDynamicIcon | void |
Méthode | Description | |
---|---|---|
ContextualCommandViewModel ( object fixedContext, ICommand command ) : System |
Creates an instance of contextual command view model
|
|
SetCommand ( ICommand realCommand ) : void |
Méthode | Description | |
---|---|---|
CanExecute ( ) : bool | ||
Execute ( ) : void | ||
SetDynamicDisplayText ( string>.Func | ||
SetDynamicIcon ( IconViewModel>.Func |
public ContextualCommandViewModel ( object fixedContext, ICommand command ) : System | ||
fixedContext | object | Required context |
command | ICommand | Optional real command to trigger and pass the fixed context to |
Résultat | System |
public SetCommand ( ICommand realCommand ) : void | ||
realCommand | ICommand | |
Résultat | void |