C# Class W3SavegameEditor.DelegateCommand

Inheritance: ICommand
ファイルを表示 Open project: Atvaark/W3SavegameEditor

Public Methods

Method Description
CanExecute ( object parameter ) : bool
DelegateCommand ( Action execute, Predicate canExecute = null ) : System
Execute ( object parameter ) : void

Protected Methods

Method Description
OnCanExecuteChanged ( ) : void

Method Details

CanExecute() public method

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

DelegateCommand() public method

public DelegateCommand ( Action execute, Predicate canExecute = null ) : System
execute Action
canExecute Predicate
return System

Execute() public method

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

OnCanExecuteChanged() protected method

protected OnCanExecuteChanged ( ) : void
return void