C# Class eCollegeWP7.Views.BasePage

Inheritance: PhoneApplicationPage
Show file Open project: PearsonLearningStudio/mobile2-windows7

Public Properties

Property Type Description
CloseOnBackButtonProperty System.Windows.DependencyProperty
ShowAppNameProperty System.Windows.DependencyProperty
ShowUserNameProperty System.Windows.DependencyProperty

Public Methods

Method Description
BasePage ( ) : System

Protected Methods

Method Description
BasePageNew_BackKeyPress ( object sender, System e ) : void
OnNavigatedTo ( System e ) : void
OnReady ( System e ) : void

Method Details

BasePage() public method

public BasePage ( ) : System
return System

BasePageNew_BackKeyPress() protected method

protected BasePageNew_BackKeyPress ( object sender, System e ) : void
sender object
e System
return void

OnNavigatedTo() protected method

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

OnReady() protected method

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

Property Details

CloseOnBackButtonProperty public static property

public static DependencyProperty,System.Windows CloseOnBackButtonProperty
return System.Windows.DependencyProperty

ShowAppNameProperty public static property

public static DependencyProperty,System.Windows ShowAppNameProperty
return System.Windows.DependencyProperty

ShowUserNameProperty public static property

public static DependencyProperty,System.Windows ShowUserNameProperty
return System.Windows.DependencyProperty