C# Class MySchoolApp.FeedPage

Inheritance: Microsoft.Phone.Controls.PhoneApplicationPage
Show file Open project: ChrisKoenig/Windows-Phone-Starter-Kit-for-Schools

Public Methods

Method Description
FeedPage ( ) : System

Protected Methods

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

Private Methods

Method Description
feedListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

FeedPage() public method

public FeedPage ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void