C# Class App1.DelegateCommand

Inheritance: ICommand
Afficher le fichier Open project: jlaanstra/Windows.UI.Interactivity

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
DelegateCommand ( bool>.Func canExecute, Action execute ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

DelegateCommand() public méthode

public DelegateCommand ( bool>.Func canExecute, Action execute ) : System
canExecute bool>.Func
execute Action
Résultat System

Execute() public méthode

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