C# Class wenku10.MainStage

Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
ID string
Instance MainStage

Public Methods

Method Description
ClearNavigate ( Type type, object Parameter = null ) : void
MainStage ( ) : System
SetTemplate ( ) : void

Protected Methods

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

Private Methods

Method Description
Escape ( Net.Astropenguin.Controls.KeyCombinationEventArgs e ) : void
OnBackRequested ( object sender, Net.Astropenguin.Controls.XBackRequestedEventArgs e ) : void
OnNavigated ( object sender, NavigationEventArgs e ) : void
SetGoBackButton ( ) : void

Method Details

ClearNavigate() public method

public ClearNavigate ( Type type, object Parameter = null ) : void
type System.Type
Parameter object
return void

MainStage() public method

public MainStage ( ) : System
return System

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

SetTemplate() public method

public SetTemplate ( ) : void
return void

Property Details

ID public static property

public static string ID
return string

Instance public static property

public static MainStage,wenku10 Instance
return MainStage