C# Class Blacker.MangaScraper.Commands.RelayCommand

Inheritance: ICommand
显示文件 Open project: blacker-cz/MangaScraper Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RelayCommand ( Action executeDelegate ) : System
RelayCommand ( Action executeDelegate, bool>.Func canExecuteDelegate ) : System
RelayCommand ( Action executeDelegate, bool disabled ) : 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 executeDelegate ) : System
executeDelegate Action
return System

RelayCommand() public method

public RelayCommand ( Action executeDelegate, bool>.Func canExecuteDelegate ) : System
executeDelegate Action
canExecuteDelegate bool>.Func
return System

RelayCommand() public method

public RelayCommand ( Action executeDelegate, bool disabled ) : System
executeDelegate Action
disabled bool
return System