C# Class Windows.UI.Xaml.Controls.Page

Inheritance: UserControl, IPage, IPageOverrides
Mostra file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Page ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( [ e ) : void
OnNavigatedTo ( [ e ) : void
OnNavigatingFrom ( [ e ) : void

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( [ e ) : void
e [
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( [ e ) : void
e [
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( [ e ) : void
e [
return void

Page() public method

public Page ( ) : System
return System