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

Inheritance: NavigatablePage
ファイルを表示 Open project: EgorBo/MvvmNavigationToolkit

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
CommandsRequested ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void