C# Class Gilgame.SEWorkbench.ViewModels.Commands.DelegateCommand

Inheritance: ICommand
Mostra file Open project: gilgame/SEWorkbench Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
DelegateCommand ( System.Action action ) : System
DelegateCommand ( Action action ) : System
DelegateCommand ( Action action ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public method

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

DelegateCommand() public method

public DelegateCommand ( System.Action action ) : System
action System.Action
return System

DelegateCommand() public method

public DelegateCommand ( Action action ) : System
action Action
return System

DelegateCommand() public method

public DelegateCommand ( Action action ) : System
action Action
return System

Execute() public method

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