C# Class SoundCloudPlus.Pages.FollowerPage

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

Public Methods

Method Description
FollowerPage ( ) : System

Protected Methods

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

Private Methods

Method Description
BwFollower_DoWork ( object sender, DoWorkEventArgs e ) : void
BwFollower_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
CurrentView_BackRequested ( object sender, BackRequestedEventArgs e ) : void
FollowerGridView_ItemClick ( object sender, ItemClickEventArgs e ) : void
FollowerGridView_OnSizeChanged ( object sender, SizeChangedEventArgs e ) : void
FollowerScroller ( ) : void
InitBwFollower ( ) : void
OnAvatarClick ( object sender, RoutedEventArgs e ) : void
SvFollower_OnViewChanged ( object sender, ScrollViewerViewChangedEventArgs e ) : void
UpdateFollowerCollection ( int id ) : void

Method Details

FollowerPage() public method

public FollowerPage ( ) : System
return System

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