C# Class CalDavSynchronizer.Ui.DelegateCommand

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

Méthodes publiques

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

Method Details

CanExecute() public méthode

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

DelegateCommand() public méthode

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

DelegateCommand() public méthode

public DelegateCommand ( 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

RaiseCanExecuteChanged() public méthode

public RaiseCanExecuteChanged ( ) : void
Résultat void