C# Class Vidyano.Commands.ActionCommand

Inheritance: ICommand
Afficher le fichier Open project: stevehansen/vidyano_v1

Méthodes publiques

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

Private Methods

Méthode Description
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void
ObjectToMonitor_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

ActionCommand() public méthode

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