C# Class Twitch.View.PlayerPage

An empty page that can be used on its own or navigated to within a Frame.
Afficher le fichier Open project: alanebro82/Twitch

Méthodes publiques

Méthode Description
PlayerPage ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
HandlePointerMoved ( object sender, Windows e ) : void
HandleTimerTick ( object sender, object e ) : void
HandleWindowResized ( object sender, WindowSizeChangedEventArgs e ) : void
ResetPointer ( ) : void
mMediaElement_HandleDoubleTapped ( object sender, Windows e ) : void
mMediaElement_HandleFullScreenChanged ( object aSender, Windows e ) : 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

PlayerPage() public méthode

public PlayerPage ( ) : System
Résultat System