C# Class BaconographyWP8.View.CommentsView

Inheritance: PhoneApplicationPage
Datei anzeigen Open project: Synergex/Baconography

Public Methods

Method Description
CommentsView ( ) : System

Protected Methods

Method 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

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

public CommentsView ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
return void