C# Class SoundCloudPlus.Pages.FollowingPage

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
FollowingPage ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
BwFollowing_DoWork ( object sender, DoWorkEventArgs e ) : void
BwFollowing_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
CurrentView_BackRequested ( object sender, BackRequestedEventArgs e ) : void
FollowingGridView_OnItemClick ( object sender, ItemClickEventArgs e ) : void
FollowingGridView_OnSizeChanged ( object sender, SizeChangedEventArgs e ) : void
FollowingScroller ( ) : void
InitBwFollowing ( ) : void
OnAvatarClick ( object sender, RoutedEventArgs e ) : void
SvFollowing_OnViewChanged ( object sender, ScrollViewerViewChangedEventArgs e ) : void
UpdateFollowingCollection ( int id ) : void

Method Details

FollowingPage() public méthode

public FollowingPage ( ) : System
Résultat System

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