C# Class Dev2.Runtime.Configuration.ViewModels.Base.RelayCommand

Inheritance: ICommand
Mostrar archivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RaiseCanExecuteChanged ( ) : void
RelayCommand ( Action handlingMethod ) : System
RelayCommand ( Action handlingMethod, Predicate canHandingMethodExecute ) : 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

RaiseCanExecuteChanged() public method

public RaiseCanExecuteChanged ( ) : void
return void

RelayCommand() public method

public RelayCommand ( Action handlingMethod ) : System
handlingMethod Action
return System

RelayCommand() public method

public RelayCommand ( Action handlingMethod, Predicate canHandingMethodExecute ) : System
handlingMethod Action
canHandingMethodExecute Predicate
return System