Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
[Ceci est une documentation préliminaire, sous réserve de modification.]
The DelegateCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DelegateCommand | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | CanExecute |
Détermine si la commande peut être exécutée
|
![]() | Execute |
Exécute la commande
|
![]() | OnCanExecuteChanged |
Méthode protégée virtuelle pour déclencher l'évènement CanExecuteChanged
|
![]() | RaiseCanExecuteChanged |
Déclenche l'évènement CanExecuteChanged
|
Properties
Name | Description | |
---|---|---|
![]() | IsAutomaticRequeryDisabled |
Active ou désactive le mécanisme de revérification automatique de la capacité d'exécution de la commande
|
Events
Name | Description | |
---|---|---|
![]() | CanExecuteChanged |
Implementation de ICommand.CanExecuteChanged
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ICommand..::.CanExecute | |
![]() ![]() | ICommand..::.Execute |