C# Class ModernWPF.Internal.RelayCommand

Simple relay command for internal use only.
Inheritance: ICommand
Afficher le fichier Open project: soukoku/ModernWPF

Méthodes publiques

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

Private Methods

Méthode Description
CanExecute ( object parameter ) : bool

Method Details

Execute() public méthode

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

RelayCommand() public méthode

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

RelayCommand() public méthode

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