C# Class Netsy.Listings.ListingsControl

Display Listings
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: AnthonySteele/Netsy Class Usage Examples

Méthodes publiques

Méthode Description
ListingsControl ( ) : System

Initializes a new instance of the ListingsControl class

ListingsLoaded ( object sender, EventArgs e ) : void

Event handler for animations when listings have been loaded

Private Methods

Méthode Description
HidePanelWhenOut ( ) : void

Action at the end of a fade-out animation - hide the panel unless the mouse has already moved back in

InitializeStoryBoards ( ) : void

set up the storyboards

NextButtonClick ( object sender, System e ) : void

Move to next page

OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Mouse focus enters the control

OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Mouse focus leaves the control

PrevButtonClick ( object sender, System e ) : void

Move to previous page

Method Details

ListingsControl() public méthode

Initializes a new instance of the ListingsControl class
public ListingsControl ( ) : System
Résultat System

ListingsLoaded() public méthode

Event handler for animations when listings have been loaded
public ListingsLoaded ( object sender, EventArgs e ) : void
sender object event sender
e System.EventArgs event params
Résultat void