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

另请参阅

适用于