C# Class SoundCloudPlus.Pages.PlayingPage

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: justijndepover/Soundcloudplus

Méthodes publiques

Méthode Description
PlayingPage ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
AudioPlayer_CurrentTrackChanged ( object sender, EventArgs e ) : void
CreateWaveForm ( ) : void
CurrentView_BackRequested ( object sender, BackRequestedEventArgs e ) : void
ListViewBase_OnItemClick ( object sender, ItemClickEventArgs e ) : void
_canvasControl_Draw ( CanvasControl sender, CanvasDrawEventArgs args ) : void

Method Details

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

PlayingPage() public méthode

public PlayingPage ( ) : System
Résultat System