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
Exibir arquivo Open project: justijndepover/Soundcloudplus

Public Methods

Method Description
ActivityPage ( ) : Windows.UI.Core

Protected Methods

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

Private Methods

Method Description
ActivityGridView_OnSizeChanged ( object sender, SizeChangedEventArgs e ) : void
CurrentView_BackRequested ( object sender, BackRequestedEventArgs e ) : void

Method Details

ActivityPage() public method

public ActivityPage ( ) : Windows.UI.Core
return Windows.UI.Core

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