C# 클래스 Netsy.Listings.ListingsControl

Display Listings
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: AnthonySteele/Netsy 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ListingsControl() 공개 메소드

Initializes a new instance of the ListingsControl class
public ListingsControl ( ) : System
리턴 System

ListingsLoaded() 공개 메소드

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
리턴 void