C# Class BaconographyW8.View.RedditView

A basic page that provides characteristics common to most applications.
Inheritance: BaconographyW8.Common.LayoutAwarePage
Show file Open project: Synergex/Baconography

Public Methods

Method Description
GetScrollViewer ( DependencyObject o ) : DependencyObject
RedditView ( ) : BaconographyPortable.Messages

Protected Methods

Method Description
LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void
SaveState ( Object>.Dictionary pageState ) : void

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.

Private Methods

Method Description
OnRefresh ( object sender, RoutedEventArgs e ) : void
ShowRedditPicker ( object sender, RoutedEventArgs e ) : void
linksView_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

GetScrollViewer() public static method

public static GetScrollViewer ( DependencyObject o ) : DependencyObject
o Windows.UI.Xaml.DependencyObject
return Windows.UI.Xaml.DependencyObject

LoadState() protected method

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
protected LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void
navigationParameter Object The parameter value passed to /// when this page was initially requested. ///
pageState Object>.Dictionary A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited.
return void

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

RedditView() public method

public RedditView ( ) : BaconographyPortable.Messages
return BaconographyPortable.Messages

SaveState() protected method

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
protected SaveState ( Object>.Dictionary pageState ) : void
pageState Object>.Dictionary An empty dictionary to be populated with serializable state.
return void