C# Class Abc.NCrafts.App.ViewModels.ActionCommand

Inheritance: ICommand
Afficher le fichier Open project: Abc-Arbitrage/Abc.NCrafts.Quiz

Méthodes publiques

Méthode Description
ActionCommand ( System.Action onClick ) : System
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Method Details

ActionCommand() public méthode

public ActionCommand ( System.Action onClick ) : System
onClick System.Action
Résultat System

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