Méthode | Description | |
---|---|---|
Execute ( ) : void |
Executes the command.
|
|
Unbind ( ) : void |
Disposes of the binding. After this method is called, the binding between the trigger and command should no longer exist. In other words, activating the trigger should no longer execute the command. |
Méthode | Description | |
---|---|---|
CommandBindingBase ( object p_objTrigger, ICommand p_cmdCommand ) : System |
A simple constructor that initializes the object with the given values.
|
|
OnCommandPropertyChanged ( |
Alters properties on the Trigger in response to property changes on the command.
|
Méthode | Description | |
---|---|---|
CommandPropertyChanged ( object sender, |
Handles the INotifyPropertyChanged.PropertyChanged event of the command.
|
protected CommandBindingBase ( object p_objTrigger, ICommand p_cmdCommand ) : System | ||
p_objTrigger | object | The object that can trigger the command. |
p_cmdCommand | ICommand | The command that can be triggered. |
Résultat | System |
protected OnCommandPropertyChanged ( |
||
e | A |
|
Résultat | void |