C# Class OpenSyno.PlayQueueView

Inheritance: PhoneApplicationPage
Show file Open project: salfab/open-syno

Public Methods

Method Description
PlayQueueView ( ) : System

Initializes a new instance of the PlayQueueView class.

Protected Methods

Method 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 method

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.
return void

OnNavigatedTo() protected method

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.
return void

PlayQueueView() public method

Initializes a new instance of the PlayQueueView class.
public PlayQueueView ( ) : System
return System