C# Class Rubberduck.UI.Command.DelegateCommand

Inheritance: CommandBase
Mostrar archivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
CanExecute ( object parameter ) : bool
DelegateCommand ( Action execute, Predicate canExecute = null ) : 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 execute, Predicate canExecute = null ) : System
execute Action
canExecute Predicate
return System

Execute() public method

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