C# Class PhotoSharingApp.Universal.Views.ProfilePage

The profile page that shows all uploaded photos of a user.
Inheritance: BasePage
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ProfilePage ( ) : System

The constructor

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
ProfilePage_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
UpdateImageWidth ( ) : void

Method Details

OnNavigatedTo() protected method

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

ProfilePage() public method

The constructor
public ProfilePage ( ) : System
return System