C# Class Vidyano.View.Pages.SettingsPage.GoBackCommand

Inheritance: ICommand
Afficher le fichier Open project: stevehansen/vidyano_v1 Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Private Methods

Méthode Description
GoBackCommand ( SettingsPage page ) : System.Windows.Input

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