C# Class MALClient.Pages.Main.RecommendationsPage

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

Public Methods

Method Description
RecommendationsPage ( ) : Windows.UI.Xaml.Controls

Protected Methods

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

Private Methods

Method Description
Pivot_OnPivotItemLoading ( Pivot sender, PivotItemEventArgs args ) : 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

RecommendationsPage() public method

public RecommendationsPage ( ) : Windows.UI.Xaml.Controls
return Windows.UI.Xaml.Controls