PanelSession Class

Used for interactive TV applications and can only be invoked by data within the data stream from a TV tuner.

  public class PanelSession : ApplicationSession

Members

Public Instance Methods

Method Description
PanelSession Initiates an instance of the PanelSession class.
LoadUi Loads the MCML into a UI host.

Protected Instance Methods

Method Description
CreateUiHost Allows classes to do a one-time extensive intialization when loading UI.
OnNavigate Called when the NavigateCommand element is invoked in the application. The parameters from NavigateCommand are passed directly to this method.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.Hosting

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also