C# Class BaconographyWP8Core.View.LinkedSelfTextPageView

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

Private Properties

Свойство Type Description
DefocusContent void
FocusContent void
disabledRect_Tap void

Méthodes publiques

Méthode Description
LinkedSelfTextPageView ( ) : System
myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void

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
DefocusContent ( ) : void
FocusContent ( ) : void
disabledRect_Tap ( object sender, System e ) : void

Method Details

LinkedSelfTextPageView() public méthode

public LinkedSelfTextPageView ( ) : 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

myGridGestureListener_Flick() public méthode

public myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void
sender object
e Microsoft.Phone.Controls.FlickGestureEventArgs
Résultat void