C# 클래스 LayoutFarm.UI.UIScrollEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue ) : System
UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation ) : System

메소드 상세

UIScrollEventArgs() 공개 메소드

public UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue ) : System
eventType UIScrollEventType
oldValue int
newValue int
리턴 System

UIScrollEventArgs() 공개 메소드

public UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation ) : System
eventType UIScrollEventType
oldValue int
newValue int
orientation UIScrollOrientation
리턴 System