C# Class CK.WPF.ViewModel.VMCommand

Inheritance: ICommand
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
VMCommand ( System.Action del ) : System
VMCommand ( System.Action execute, Predicate canExecute ) : System

Method Details

CanExecute() public méthode

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

Execute() public méthode

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

VMCommand() public méthode

public VMCommand ( System.Action del ) : System
del System.Action
Résultat System

VMCommand() public méthode

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