C# Class Windows10News.Pages.PivotHomePage

Inheritance: Windows.UI.Xaml.Controls.Page
Exibir arquivo Open project: wasteam/Win10NewsApp

Public Methods

Method Description
PivotHomePage ( ) : AppStudio.Uwp

Protected Methods

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

Private Methods

Method Description
PivotSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
SearchCtrlIsTextVisibleChanged ( object sender, bool isTextVisible ) : 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

PivotHomePage() public method

public PivotHomePage ( ) : AppStudio.Uwp
return AppStudio.Uwp