ScrollEventArgs 생성자

정의

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

오버로드

Name Description
ScrollEventArgs(ScrollEventType, Int32)

지정된 값 및 ScrollEventArgs 속성을 사용하여 클래스의 Type 새 인스턴스를 NewValue 초기화합니다.

ScrollEventArgs(ScrollEventType, Int32, Int32)

및 속성에 ScrollEventArgs 대해 지정된 값을 사용하여 클래스의 새 인스턴스를 TypeOldValueNewValue 초기화합니다.

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

및 속성에 ScrollEventArgs 대해 지정된 값을 사용하여 클래스의 새 인스턴스를 TypeNewValueScrollOrientation 초기화합니다.

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

, 및 속성에 ScrollEventArgs 대해 지정된 값을 사용하여 클래스의 새 인스턴스를 TypeOldValueNewValue초기화합니다.ScrollOrientation

ScrollEventArgs(ScrollEventType, Int32)

지정된 값 및 ScrollEventArgs 속성을 사용하여 클래스의 Type 새 인스턴스를 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 대해 지정된 값을 사용하여 클래스의 새 인스턴스를 TypeOldValueNewValue 초기화합니다.

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 대해 지정된 값을 사용하여 클래스의 새 인스턴스를 TypeNewValueScrollOrientation 초기화합니다.

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 대해 지정된 값을 사용하여 클래스의 새 인스턴스를 TypeOldValueNewValue초기화합니다.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 하나입니다.

추가 정보

적용 대상