C# Class RazorSpy.Styles.Commands.RelayCommand

Inheritance: ICommand
Afficher le fichier Open project: RazorSpy/RazorSpy

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RelayCommand ( System.Action act, bool canExecute ) : System
RelayCommand ( Action act, bool canExecute ) : System

Private Methods

Méthode Description
OnCanExecuteChanged ( ) : void

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 ( System.Action act, bool canExecute ) : System
act System.Action
canExecute bool
Résultat System

RelayCommand() public méthode

public RelayCommand ( Action act, bool canExecute ) : System
act Action
canExecute bool
Résultat System