C# Class MALClient.Pages.Main.AnimeSearchPage

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

Private Properties

Property Type Description
Animes_OnItemClick void
ButtonByGenreBase_OnClick void
ButtonByStudioBase_OnClick void
DirectInputOnQuerySubmitted void
OnLoaded void
SelectionGridViewOnClick void
UpperNavBarPivotOnSelectionChanged void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
Animes_OnItemClick ( object sender, ItemClickEventArgs e ) : void
ButtonByGenreBase_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonByStudioBase_OnClick ( object sender, RoutedEventArgs e ) : void
DirectInputOnQuerySubmitted ( AutoSuggestBox sender, AutoSuggestBoxQuerySubmittedEventArgs args ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void
SelectionGridViewOnClick ( object sender, ItemClickEventArgs e ) : void
UpperNavBarPivotOnSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

AnimeSearchPage() public method

public AnimeSearchPage ( ) : System
return System

AnimeSearchPage() public method

public AnimeSearchPage ( ) : 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