C# Class MvvmNavigationToolkit.WindowsStore.Sample.Views.BasePage

Inheritance: NavigatablePage
Afficher le fichier Open project: EgorBo/MvvmNavigationToolkit

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
CommandsRequested ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void

Method Details

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void