C# Class CalDavSynchronizer.Ui.DelegateCommandHandlingRequerySuggested

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

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
DelegateCommandHandlingRequerySuggested ( Action execute ) : System
DelegateCommandHandlingRequerySuggested ( Action execute, Predicate canExecute ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public méthode

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

DelegateCommandHandlingRequerySuggested() public méthode

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

DelegateCommandHandlingRequerySuggested() public méthode

public DelegateCommandHandlingRequerySuggested ( Action execute, Predicate canExecute ) : System
execute Action
canExecute Predicate
Résultat System

Execute() public méthode

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