C# Class MALClient.Pages.Main.ProfilePage

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
AboutMeWebView_OnDOMContentLoaded void
AboutMeWebView_OnFrameNavigationStarting void
AboutMeWebView_OnNavigationStarting void
AnimesGridIndefinite_OnRightTapped void
ButtonBase_OnClick void
ButtonGotoProfileOnClick void
FavCharacter_OnClick void
FavCharacter_OnRightClick void
FavPerson_OnClick void
GotoUserName_OnKeyDown void
InnerPivot_OnLoaded void
ListViewBase_OnItemClick void
NavigateProfile void
NavigateProfile void
OnAnimeItemClick void
OnLoaded void
ViewModelOnOnWebViewNavigationRequest void

Public Methods

Method Description
ProfilePage ( ) : System
ProfilePage ( ) : System.Threading.Tasks

Protected Methods

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

Private Methods

Method Description
AboutMeWebView_OnDOMContentLoaded ( WebView sender, WebViewDOMContentLoadedEventArgs args ) : void
AboutMeWebView_OnFrameNavigationStarting ( WebView sender, WebViewNavigationStartingEventArgs args ) : void
AboutMeWebView_OnNavigationStarting ( WebView sender, WebViewNavigationStartingEventArgs args ) : void
AnimesGridIndefinite_OnRightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonBase_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonGotoProfileOnClick ( object sender, RoutedEventArgs e ) : void
FavCharacter_OnClick ( object sender, TappedRoutedEventArgs e ) : void
FavCharacter_OnRightClick ( object sender, RightTappedRoutedEventArgs e ) : void
FavPerson_OnClick ( object sender, TappedRoutedEventArgs e ) : void
GotoUserName_OnKeyDown ( object sender, KeyRoutedEventArgs e ) : void
InnerPivot_OnLoaded ( object sender, RoutedEventArgs e ) : void
ListViewBase_OnItemClick ( object sender, ItemClickEventArgs e ) : void
NavigateProfile ( object sender, ItemClickEventArgs e ) : void
NavigateProfile ( string target ) : void
OnAnimeItemClick ( object sender, ItemClickEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void
ViewModelOnOnWebViewNavigationRequest ( string content, bool b ) : 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

ProfilePage() public method

public ProfilePage ( ) : System
return System

ProfilePage() public method

public ProfilePage ( ) : System.Threading.Tasks
return System.Threading.Tasks