C# Class Instant.DelegatedCommand

Inheritance: ICommand
Afficher le fichier Open project: ermau/Instant

Méthodes publiques

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

Method Details

CanExecute() public méthode

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

ChangeCanExecute() public méthode

public ChangeCanExecute ( ) : void
Résultat void

DelegatedCommand() public méthode

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

Execute() public méthode

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