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

Inheritance: ICommand
Show file Open project: Abc-Arbitrage/Abc.NCrafts.Quiz

Public Methods

Method Description
ActionCommand ( System.Action onClick ) : System
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Method Details

ActionCommand() public method

public ActionCommand ( System.Action onClick ) : System
onClick System.Action
return System

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void