C# Class P02Project.HomePage

Interaction logic for HomePage.xaml
Inheritance: Screen, Animatiable
Mostrar archivo Open project: raouldc/OptiDev Class Usage Examples

Public Methods

Method Description
AnimateIn ( ) : void

inherited implementation

AnimateOut ( ) : void

inherited implementation

HomePage ( TopWindow parentWindow ) : System
twitterBoxClickedHelper ( ) : void

Helper method which is invoked from the twitterBox object

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

this method called when the surface app has just been created.

Private Methods

Method Description
about_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the About has been clicked

contactUs_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the Contact Us has been clicked

events_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the Events has been clicked

familySupport_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the Family Support has been clicked

howCanIHelp_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the How Can I Help has been clicked

news_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the News has been clicked

playBeads_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the Beads of Courage has been clicked

pushAbout ( object sender, EventArgs e ) : void
pushBeads ( object sender, EventArgs e ) : void
pushCU ( object sender, EventArgs e ) : void
pushEvents ( object sender, EventArgs e ) : void
pushFS ( object sender, EventArgs e ) : void
pushHCIH ( object sender, EventArgs e ) : void
pushNews ( object sender, EventArgs e ) : void
pushTwitterList ( object sender, EventArgs e ) : void

Helper method to help animate the twitterBox screen

Method Details

AnimateIn() public method

inherited implementation
public AnimateIn ( ) : void
return void

AnimateOut() public method

inherited implementation
public AnimateOut ( ) : void
return void

HomePage() public method

public HomePage ( TopWindow parentWindow ) : System
parentWindow TopWindow
return System

OnInitialized() protected method

this method called when the surface app has just been created.
protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void

twitterBoxClickedHelper() public method

Helper method which is invoked from the twitterBox object
public twitterBoxClickedHelper ( ) : void
return void