C# Class PhotoSharingApp.Universal.Views.ProfilePage

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

Méthodes publiques

Méthode Description
ProfilePage ( ) : System

The constructor

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
ProfilePage_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
UpdateImageWidth ( ) : void

Method Details

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

ProfilePage() public méthode

The constructor
public ProfilePage ( ) : System
Résultat System