C# Класс MALClient.Pages.Main.ProfilePage

An empty page that can be used on its own or navigated to within a Frame.
Наследование: Windows.UI.Xaml.Controls.Page
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
ProfilePage ( ) : System
ProfilePage ( ) : System.Threading.Tasks

Защищенные методы

Метод Описание
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

OnNavigatedFrom() защищенный Метод

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void

OnNavigatedTo() защищенный Метод

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void

ProfilePage() публичный Метод

public ProfilePage ( ) : System
Результат System

ProfilePage() публичный Метод

public ProfilePage ( ) : System.Threading.Tasks
Результат System.Threading.Tasks