C# Class SoundCloudPlus.Pages.PlaylistViewPage

Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: justijndepover/Soundcloudplus

Public Methods

Method Description
PlaylistViewPage ( ) : ClassLibrary.Common

Protected Methods

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

Private Methods

Method Description
CurrentView_BackRequested ( object sender, BackRequestedEventArgs e ) : void
PinToStartButton_Click ( object sender, RoutedEventArgs e ) : void
PlaylistGridView_ItemClick ( object sender, ItemClickEventArgs e ) : void
PlaylistGridView_SizeChanged ( object sender, SizeChangedEventArgs e ) : 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

PlaylistViewPage() public method

public PlaylistViewPage ( ) : ClassLibrary.Common
return ClassLibrary.Common