C# Class CalDavSynchronizer.Ui.DelegateCommandWithoutCanExecuteDelegation

Inheritance: ICommand
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
DelegateCommandWithoutCanExecuteDelegation ( Action execute ) : System
Execute ( object parameter ) : void
SetCanExecute ( bool value ) : void

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

DelegateCommandWithoutCanExecuteDelegation() public méthode

public DelegateCommandWithoutCanExecuteDelegation ( Action execute ) : System
execute Action
Résultat System

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

SetCanExecute() public méthode

public SetCanExecute ( bool value ) : void
value bool
Résultat void