C# Class OpenSyno.PlayQueueView

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: salfab/open-syno

Méthodes publiques

Méthode Description
PlayQueueView ( ) : System

Initializes a new instance of the PlayQueueView class.

Méthodes protégées

Méthode Description
OnNavigatedFrom ( System e ) : void

Called when a page is no longer the active page in a frame.

OnNavigatedTo ( System e ) : void

Called when a page becomes the active page in a frame.

Method Details

OnNavigatedFrom() protected méthode

Called when a page is no longer the active page in a frame.
protected OnNavigatedFrom ( System e ) : void
e System An object that contains the event data.
Résultat void

OnNavigatedTo() protected méthode

Called when a page becomes the active page in a frame.
protected OnNavigatedTo ( System e ) : void
e System An object that contains the event data.
Résultat void

PlayQueueView() public méthode

Initializes a new instance of the PlayQueueView class.
public PlayQueueView ( ) : System
Résultat System