C# Class MusicPlayer.AppShell

Inheritance: global::Windows.UI.Xaml.Controls.Page
Mostra file Open project: dotnetcurry/Windows10-UWP Class Usage Examples

Public Properties

Property Type Description
Current AppShell

Public Methods

Method Description
AppShell ( ) : System

Initializes a new instance of the AppShell, sets the static 'Current' reference, adds callbacks for Back requests and changes in the SplitView's DisplayMode, and provide the nav menu list with the data to display.

Private Methods

Method Description
NavMenuList_ItemInvoked ( object sender, ListViewItem listViewItem ) : void

Navigate to the Page for the selected listViewItem.

Page_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

AppShell() public method

Initializes a new instance of the AppShell, sets the static 'Current' reference, adds callbacks for Back requests and changes in the SplitView's DisplayMode, and provide the nav menu list with the data to display.
public AppShell ( ) : System
return System

Property Details

Current public_oe static_oe property

public static AppShell,MusicPlayer Current
return AppShell