C# Class Twitch.AppShell

The "chrome" layer of the app that provides top-level navigation with proper keyboarding navigation.
Inheritance: Windows.UI.Xaml.Controls.Page
ファイルを表示 Open project: alanebro82/Twitch Class Usage Examples

Public Methods

Method Description
AppShell ( ) : Windows.UI.Core

Private Methods

Method Description
BackRequested ( bool &aHandled ) : void
HandleBackRequested ( object sender, BackRequestedEventArgs e ) : void
HandleKeyDown ( CoreWindow sender, KeyEventArgs e ) : void
UpdateBackButtonVisibility ( ) : void

Method Details

AppShell() public method

public AppShell ( ) : Windows.UI.Core
return Windows.UI.Core