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

Inheritance: ICommand
Mostra file Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Public Methods

Method Description
RelayCommand ( System.Action execute ) : System
RelayCommand ( Action execute ) : System

Private Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Method Details

RelayCommand() public method

public RelayCommand ( System.Action execute ) : System
execute System.Action
return System

RelayCommand() public method

public RelayCommand ( Action execute ) : System
execute Action
return System