C# Class Neutronium.Example.ViewModel.Infra.RelayCommand

Inheritance: ICommand
Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Méthodes publiques

Méthode Description
RelayCommand ( System.Action execute ) : System
RelayCommand ( Action execute ) : System

Private Methods

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Method Details

RelayCommand() public méthode

public RelayCommand ( System.Action execute ) : System
execute System.Action
Résultat System

RelayCommand() public méthode

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