C# Class Livet.Commands.ViewModelCommand

Inheritance: Command, ICommand, INotifyPropertyChanged
Afficher le fichier Open project: ugaya40/Livet2 Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void
ViewModelCommand ( System.Action execute ) : System
ViewModelCommand ( System.Action execute, Func canExecute ) : System

Private Methods

Méthode Description
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void
OnPropertyChanged ( ) : void
RaiseCanExecuteChanged ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

ViewModelCommand() public méthode

public ViewModelCommand ( System.Action execute ) : System
execute System.Action
Résultat System

ViewModelCommand() public méthode

public ViewModelCommand ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
Résultat System