C# Class wenku10.MainStage

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: tgckpg/wenku10 Class Usage Examples

Méthodes publiques

Свойство Type Description
ID string
Instance MainStage

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public ClearNavigate ( Type type, object Parameter = null ) : void
type System.Type
Parameter object
Résultat void

MainStage() public méthode

public MainStage ( ) : System
Résultat System

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

SetTemplate() public méthode

public SetTemplate ( ) : void
Résultat void

Property Details

ID public_oe static_oe property

public static string ID
Résultat string

Instance public_oe static_oe property

public static MainStage,wenku10 Instance
Résultat MainStage