C# Class Blacker.MangaScraper.Commands.RelayCommand

Inheritance: ICommand
Afficher le fichier Open project: blacker-cz/MangaScraper Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RelayCommand ( Action executeDelegate ) : System
RelayCommand ( Action executeDelegate, bool>.Func canExecuteDelegate ) : System
RelayCommand ( Action executeDelegate, bool disabled ) : System

Method Details

CanExecute() public méthode

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

Execute() public méthode

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

RelayCommand() public méthode

public RelayCommand ( Action executeDelegate ) : System
executeDelegate Action
Résultat System

RelayCommand() public méthode

public RelayCommand ( Action executeDelegate, bool>.Func canExecuteDelegate ) : System
executeDelegate Action
canExecuteDelegate bool>.Func
Résultat System

RelayCommand() public méthode

public RelayCommand ( Action executeDelegate, bool disabled ) : System
executeDelegate Action
disabled bool
Résultat System