C# Class GpsBroadcaster.RelayCommand

Inheritance: ICommand
Afficher le fichier Open project: bakacaptain/istalkapp

Méthodes publiques

Méthode Description
CanExecute ( Object parameter ) : System.Boolean
Execute ( Object parameter ) : void
RelayCommand ( Action execute ) : System
RelayCommand ( Action execute, Predicate canExecute ) : System

Method Details

CanExecute() public méthode

public CanExecute ( Object parameter ) : System.Boolean
parameter Object
Résultat System.Boolean

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