C# Class BaconographyWP8.View.CommentsView

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode Description
CommentsView ( ) : System

Méthodes protégées

Méthode Description
OnBackKeyPress ( System e ) : void
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Méthode Description
DataRequestedEventHandler ( DataTransferManager sender, DataRequestedEventArgs e ) : void

Event handler for the DataTransferManager.DataRequested event

EditPostButton_Tap ( object sender, System e ) : void
MenuSort_Click ( object sender, EventArgs e ) : void
RegisterShareSourceContract ( ) : void

Register the current page as a share source

ReplyButton_Tap ( object sender, System e ) : void
UnregisterShareSourceContract ( ) : void

Unregister the current page as a share source

Method Details

CommentsView() public méthode

public CommentsView ( ) : System
Résultat System

OnBackKeyPress() protected méthode

protected OnBackKeyPress ( System e ) : void
e System
Résultat void

OnNavigatedFrom() protected méthode

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

OnNavigatedTo() protected méthode

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

OnNavigatingFrom() protected méthode

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
Résultat void