C# Class Instant.DelegatedCommand

Inheritance: ICommand
ファイルを表示 Open project: ermau/Instant

Public Methods

Method Description
CanExecute ( object parameter ) : bool
ChangeCanExecute ( ) : void
DelegatedCommand ( Action execute, bool>.Func canExecute ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public method

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

ChangeCanExecute() public method

public ChangeCanExecute ( ) : void
return void

DelegatedCommand() public method

public DelegatedCommand ( Action execute, bool>.Func canExecute ) : System
execute Action
canExecute bool>.Func
return System

Execute() public method

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