共用方式為


ScrollEventArgs 建構函式

定義

初始化 ScrollEventArgs 類別的新執行個體。

多載

ScrollEventArgs(ScrollEventType, Int32)

使用 ScrollEventArgsType 屬性的給定值,初始化 NewValue 類別的新執行個體。

ScrollEventArgs(ScrollEventType, Int32, Int32)

使用 ScrollEventArgsTypeOldValue 屬性的給定值,初始化 NewValue 類別的新執行個體。

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

使用 ScrollEventArgsTypeNewValue 屬性的給定值,初始化 ScrollOrientation 類別的新執行個體。

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

使用 ScrollEventArgsTypeOldValueNewValue 屬性的給定值,初始化 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)

使用 ScrollEventArgsTypeOldValue 屬性的給定值,初始化 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)

使用 ScrollEventArgsTypeNewValue 屬性的給定值,初始化 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)

使用 ScrollEventArgsTypeOldValueNewValue 屬性的給定值,初始化 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 值。

另請參閱

適用於