C# Class Abc.NCrafts.App.RelayCommand

Inheritance: ICommand
Datei anzeigen Open project: Abc-Arbitrage/Abc.NCrafts.Quiz

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RelayCommand ( Action execute, bool>.Func canExecuteEvaluator = null ) : System

Method Details

CanExecute() public method

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

Execute() public method

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

RelayCommand() public method

public RelayCommand ( Action execute, bool>.Func canExecuteEvaluator = null ) : System
execute Action
canExecuteEvaluator bool>.Func
return System