Share via


ScrollEventArgs 생성자

정의

ScrollEventArgs 클래스의 새 인스턴스를 초기화합니다.

오버로드

ScrollEventArgs(ScrollEventType, Int32)

ScrollEventArgsType 속성에 주어진 값을 사용하여 NewValue 클래스의 새 인스턴스를 초기화합니다.

ScrollEventArgs(ScrollEventType, Int32, Int32)

ScrollEventArgs, TypeOldValue 속성에 주어진 값을 사용하여 NewValue 클래스의 새 인스턴스를 초기화합니다.

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

ScrollEventArgs, TypeNewValue 속성에 주어진 값을 사용하여 ScrollOrientation 클래스의 새 인스턴스를 초기화합니다.

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

ScrollEventArgs, Type, OldValueNewValue 속성에 주어진 값을 사용하여 ScrollOrientation 클래스의 새 인스턴스를 초기화합니다.

ScrollEventArgs(ScrollEventType, Int32)

ScrollEventArgsType 속성에 주어진 값을 사용하여 NewValue 클래스의 새 인스턴스를 초기화합니다.

public:
 ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer)

매개 변수

type
ScrollEventType

ScrollEventType 값 중 하나입니다.

newValue
Int32

스크롤 막대의 새 값입니다.

추가 정보

적용 대상

ScrollEventArgs(ScrollEventType, Int32, Int32)

ScrollEventArgs, TypeOldValue 속성에 주어진 값을 사용하여 NewValue 클래스의 새 인스턴스를 초기화합니다.

public:
 ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int oldValue, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer)

매개 변수

type
ScrollEventType

ScrollEventType 값 중 하나입니다.

oldValue
Int32

스크롤 막대의 이전 값입니다.

newValue
Int32

스크롤 막대의 새 값입니다.

추가 정보

적용 대상

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

ScrollEventArgs, TypeNewValue 속성에 주어진 값을 사용하여 ScrollOrientation 클래스의 새 인스턴스를 초기화합니다.

public:
 ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer, scroll As ScrollOrientation)

매개 변수

type
ScrollEventType

ScrollEventType 값 중 하나입니다.

newValue
Int32

스크롤 막대의 새 값입니다.

scroll
ScrollOrientation

ScrollOrientation 값 중 하나입니다.

추가 정보

적용 대상

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

ScrollEventArgs, Type, OldValueNewValue 속성에 주어진 값을 사용하여 ScrollOrientation 클래스의 새 인스턴스를 초기화합니다.

public:
 ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer, scroll As ScrollOrientation)

매개 변수

type
ScrollEventType

ScrollEventType 값 중 하나입니다.

oldValue
Int32

스크롤 막대의 이전 값입니다.

newValue
Int32

스크롤 막대의 새 값입니다.

scroll
ScrollOrientation

ScrollOrientation 값 중 하나입니다.

추가 정보

적용 대상