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
Exibir arquivo Open project: RedrockMobile/CyxbsMobile_Win

Public Methods

Method Description
CommunityPersonInfo ( ) : System

Protected Methods

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

Private Methods

Method 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 method

public CommunityPersonInfo ( ) : System
return System

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