C# Class CortanaCommand.View.Pages.CommandPage

それ自体で使用できる空白ページまたはフレーム内に移動できる空白ページ。
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: garicchi/CortanaCommand

Public Methods

Method Description
CommandPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Grid_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ResizeContentWidth ( ) : void
listBoxState_ItemClick ( object sender, ItemClickEventArgs e ) : void
menuItemState_Click ( object sender, RoutedEventArgs e ) : void

Method Details

CommandPage() public method

public CommandPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void