ScrollEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ScrollEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
ScrollEventArgs(ScrollEventType, Int32) |
ScrollEventArgs 및 Type 속성에 주어진 값을 사용하여 NewValue 클래스의 새 인스턴스를 초기화합니다. |
ScrollEventArgs(ScrollEventType, Int32, Int32) |
ScrollEventArgs, Type 및 OldValue 속성에 주어진 값을 사용하여 NewValue 클래스의 새 인스턴스를 초기화합니다. |
ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation) |
ScrollEventArgs, Type 및 NewValue 속성에 주어진 값을 사용하여 ScrollOrientation 클래스의 새 인스턴스를 초기화합니다. |
ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation) |
ScrollEventArgs, Type, OldValue 및 NewValue 속성에 주어진 값을 사용하여 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, Type 및 OldValue 속성에 주어진 값을 사용하여 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, Type 및 NewValue 속성에 주어진 값을 사용하여 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, OldValue 및 NewValue 속성에 주어진 값을 사용하여 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 값 중 하나입니다.