C# Class ZSCY_Win10.Pages.CommunityPages.CommunityPersonInfo

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: RedrockMobile/CyxbsMobile_Win

Méthodes publiques

Méthode Description
CommunityPersonInfo ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
App_BackRequested ( object sender, BackRequestedEventArgs e ) : void
CommunityItemPhotoImage_Holding ( object sender, HoldingRoutedEventArgs e ) : void
CommunityItemPhotoImage_ImageOpened ( object sender, RoutedEventArgs e ) : void
CommunityItemPhotoImage_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
CommunityItemPhoto_Tapped ( object sender, TappedRoutedEventArgs e ) : void
LikeButton_Click ( object sender, RoutedEventArgs e ) : void
ListView_ItemClick ( object sender, ItemClickEventArgs e ) : void
PhotoGrid_ItemClick ( object sender, ItemClickEventArgs e ) : void
infoListScrollViewer_ViewChanged ( object sender, ScrollViewerViewChangedEventArgs e ) : void
savePic ( ) : void

Method Details

CommunityPersonInfo() public méthode

public CommunityPersonInfo ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void