C# Class CalDavSynchronizer.Ui.DelegateCommandHandlingRequerySuggested

Inheritance: ICommand
Exibir arquivo Open project: aluxnimm/outlookcaldavsynchronizer

Public Methods

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

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

DelegateCommandHandlingRequerySuggested() public method

public DelegateCommandHandlingRequerySuggested ( Action execute ) : System
execute Action
return System

DelegateCommandHandlingRequerySuggested() public method

public DelegateCommandHandlingRequerySuggested ( Action execute, Predicate canExecute ) : System
execute Action
canExecute Predicate
return System

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void