C# Class BernieApp.WindowsPhone.View.NewsDetailPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: Bernie-2016/Connect-Windows

Public Methods

Method Description
NewsDetailPage ( ) : BernieApp.WindowsPhone.Common

Protected Methods

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

Method Details

NewsDetailPage() public method

public NewsDetailPage ( ) : BernieApp.WindowsPhone.Common
return BernieApp.WindowsPhone.Common

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

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