C# Class HelloWorld.GreetingPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: timothybinkley/Windows-Phone-8-In-Action Class Usage Examples

Méthodes publiques

Méthode Description
BuildNavigationUri ( string name ) : Uri
GreetingPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
Page_BackKeyPress ( object sender, CancelEventArgs e ) : void
copyButton_Click ( object sender, EventArgs e ) : void
navigateBackButton_Click ( object sender, EventArgs e ) : void
pinButton_Click ( object sender, EventArgs e ) : void

Method Details

BuildNavigationUri() public static méthode

public static BuildNavigationUri ( string name ) : Uri
name string
Résultat System.Uri

GreetingPage() public méthode

public GreetingPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void