C# Class Vidyano.Commands.ActionCommand

Inheritance: ICommand
Mostra file Open project: stevehansen/vidyano_v1

Public Methods

Method Description
ActionCommand ( Action execute, bool>.Func canExecute, INotifyPropertyChanged objectToMonitor = null ) : System

Private Methods

Method Description
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void
ObjectToMonitor_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

ActionCommand() public method

public ActionCommand ( Action execute, bool>.Func canExecute, INotifyPropertyChanged objectToMonitor = null ) : System
execute Action
canExecute bool>.Func
objectToMonitor INotifyPropertyChanged
return System