C# Class TitleBarApp1.Scenario2_Extend

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
ファイルを表示 Open project: Myfreedom614/UWP-Samples

Public Methods

Method Description
Scenario2_Extend ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
EnableControls_Click ( object sender, RoutedEventArgs e ) : void
ExtendView_Click ( object sender, RoutedEventArgs e ) : void
OnWindowSizeChanged ( object sender, WindowSizeChangedEventArgs e ) : void
ToggleFullScreenModeButton_Click ( object sender, RoutedEventArgs e ) : void
UpdateFullScreenModeStatus ( ) : void

Method Details

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

Scenario2_Extend() public method

public Scenario2_Extend ( ) : System
return System