C# Class SignLanguageEducationSystem.Infrastructure.MultiSelect.RelayCommand

Implements the ICommand interface
Thanks to Josh Smith for this code: http://msdn.microsoft.com/en-us/magazine/dd419663.aspx
Inheritance: ICommand
Afficher le fichier Open project: huangfuyang/Sign-Language-with-Kinect

Méthodes publiques

Méthode Description
Execute ( object parameter ) : void
RelayCommand ( Action execute ) : System
RelayCommand ( Action execute, Predicate canExecute ) : System

Private Methods

Méthode Description
CanExecute ( object parameter ) : bool

Method Details

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

RelayCommand() public méthode

public RelayCommand ( Action execute ) : System
execute Action
Résultat System

RelayCommand() public méthode

public RelayCommand ( Action execute, Predicate canExecute ) : System
execute Action
canExecute Predicate
Résultat System