C# Class BaconographyWP8Core.View.LinkedSelfTextPageView

Inheritance: PhoneApplicationPage
Show file Open project: Synergex/Baconography

Private Properties

Property Type Description
DefocusContent void
FocusContent void
disabledRect_Tap void

Public Methods

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

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

Method Details

LinkedSelfTextPageView() public method

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

myGridGestureListener_Flick() public method

public myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void
sender object
e Microsoft.Phone.Controls.FlickGestureEventArgs
return void