C# Class Sandbox.Common.PageBase

Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: jamesmcroft/DDDNorth-Demos

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void
PageBase ( ) : Windows.UI.Xaml

Private Methods

Method Description
OnPageLoaded ( object sender, RoutedEventArgs e ) : 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

PageBase() protected method

protected PageBase ( ) : Windows.UI.Xaml
return Windows.UI.Xaml