C# Class PhotoSharingApp.Universal.Views.StreamPage

The photo stream page.
Inheritance: BasePage
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
StreamPage ( ) : System

Protected Methods

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

Private Methods

Method Description
Photos_LoadingFinished ( object sender, EventArgs e ) : void
StreamPage_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
UpdateImageHeight ( ) : void
UpdateImageWidth ( ) : void
UpdateScrollPosition ( ) : void

Method Details

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

StreamPage() public method

public StreamPage ( ) : System
return System