C# Class TestApp.BlankPage

Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: evernote/evernote-demo-metro

Public Methods

Method Description
BlankPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Method Description
HelloButton_Click ( object sender, RoutedEventArgs e ) : void

Invoked when the user clicks the "Click Me" button. Creates a new note in the user's Evernote account.

Method Details

BlankPage() public method

public BlankPage ( ) : System
return System

OnNavigatedTo() protected method

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs Event data that describes how this page was reached. The Parameter /// property is typically used to configure the page.
return void