C# Class MALClient.Pages.Main.CalendarPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: Mordonus/MALClient

Public Methods

Method Description
CalendarPage ( ) : System
CalendarPage ( ) : Windows.UI.Xaml

Protected Methods

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

Private Methods

Method Description
AnimesGridIndefinite_OnRightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
CalendarPageOnPivotSelectedIndexChange ( ) : void
ItemsViewBase_OnItemClick ( object sender, ItemClickEventArgs e ) : void

Method Details

CalendarPage() public method

public CalendarPage ( ) : System
return System

CalendarPage() public method

public CalendarPage ( ) : Windows.UI.Xaml
return Windows.UI.Xaml

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