C# Class VerticalTabControlLib.DelegateCommand

Inheritance: ICommand
Datei anzeigen Open project: nk9k/ExcelVerticalTab

Public Methods

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

Method Details

CanExecute() public method

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

DelegateCommand() public method

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

Execute() public method

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