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 值。