C# Class SoundCloudPlus.Pages.ActivityPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: justijndepover/Soundcloudplus

Méthodes publiques

Méthode Description
ActivityPage ( ) : Windows.UI.Core

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
ActivityGridView_OnSizeChanged ( object sender, SizeChangedEventArgs e ) : void
CurrentView_BackRequested ( object sender, BackRequestedEventArgs e ) : void

Method Details

ActivityPage() public méthode

public ActivityPage ( ) : Windows.UI.Core
Résultat Windows.UI.Core

OnNavigatedFrom() protected méthode

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

OnNavigatedTo() protected méthode

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