C# 클래스 System.Windows.Forms.ScrollEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

공개 메소드들

메소드 설명
ScrollEventArgs ( ScrollEventType type, int newValue ) : System
ScrollEventArgs ( ScrollEventType type, int newValue, ScrollOrientation scroll ) : System
ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue ) : System
ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll ) : System

메소드 상세

ScrollEventArgs() 공개 메소드

public ScrollEventArgs ( ScrollEventType type, int newValue ) : System
type ScrollEventType
newValue int
리턴 System

ScrollEventArgs() 공개 메소드

public ScrollEventArgs ( ScrollEventType type, int newValue, ScrollOrientation scroll ) : System
type ScrollEventType
newValue int
scroll ScrollOrientation
리턴 System

ScrollEventArgs() 공개 메소드

public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue ) : System
type ScrollEventType
oldValue int
newValue int
리턴 System

ScrollEventArgs() 공개 메소드

public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll ) : System
type ScrollEventType
oldValue int
newValue int
scroll ScrollOrientation
리턴 System