C# Class WeiranZhang.Metropaper.DetailsPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: weiran/Metropaper

Private Properties

Свойство Type Description
GestureListener_Hold void
HtmlBody_Loaded void
HtmlBody_NavigationRequested void
UpdateStarButtonIcon void
UpdateTitle void
archiveButton_Click void
bodyScrollViewer_MouseMove void
deleteButton_Click void
increaseFontSizeButton_Click void
linkContextMenu_Tap void
openInBrowserButton_Click void
shareButton_Click void
starButton_Click void

Méthodes publiques

Méthode Description
DetailsPage ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
GestureListener_Hold ( object sender, Microsoft e ) : void
HtmlBody_Loaded ( object sender, RoutedEventArgs e ) : void
HtmlBody_NavigationRequested ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
UpdateStarButtonIcon ( ) : void
UpdateTitle ( ) : void
archiveButton_Click ( object sender, EventArgs e ) : void
bodyScrollViewer_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
deleteButton_Click ( object sender, EventArgs e ) : void
increaseFontSizeButton_Click ( object sender, EventArgs e ) : void
linkContextMenu_Tap ( object sender, System e ) : void
openInBrowserButton_Click ( object sender, EventArgs e ) : void
shareButton_Click ( object sender, EventArgs e ) : void
starButton_Click ( object sender, EventArgs e ) : void

Method Details

DetailsPage() public méthode

public DetailsPage ( ) : System
Résultat System

OnBackKeyPress() protected méthode

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

OnNavigatedTo() protected méthode

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