C# Class HelloWorld.GreetingPage

Inheritance: PhoneApplicationPage
显示文件 Open project: timothybinkley/Windows-Phone-8-In-Action Class Usage Examples

Public Methods

Method Description
BuildNavigationUri ( string name ) : Uri
GreetingPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method 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 method

public static BuildNavigationUri ( string name ) : Uri
name string
return System.Uri

GreetingPage() public method

public GreetingPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void