C# Class Gu.Wpf.PropertyGrid.Demo.RelayCommand

Inheritance: ICommand
Afficher le fichier Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RelayCommand ( Action action ) : System
RelayCommand ( Action action, bool>.Func condition ) : 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 action ) : System
action Action
Résultat System

RelayCommand() public méthode

public RelayCommand ( Action action, bool>.Func condition ) : System
action Action
condition bool>.Func
Résultat System