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

Inheritance: ICommand
Show file Open project: stevehansen/vidyano_v1 Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Private Methods

Method Description
GoBackCommand ( SettingsPage page ) : System.Windows.Input

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void