ScrollEventArgs コンストラクター

定義

ScrollEventArgs クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ScrollEventArgs(ScrollEventType, Int32)

ScrollEventArgsプロパティとType プロパティの指定された値を使用して、NewValue クラスの新しいインスタンスを初期化します。

ScrollEventArgs(ScrollEventType, Int32, Int32)

ScrollEventArgsType、およびOldValueプロパティの指定された値を使用して、NewValue クラスの新しいインスタンスを初期化します。

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

ScrollEventArgsType、およびNewValueプロパティの指定された値を使用して、ScrollOrientation クラスの新しいインスタンスを初期化します。

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

ScrollEventArgsTypeOldValue、および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値の 1 つ。

newValue
Int32

スクロール バーの新しい値。

こちらもご覧ください

適用対象

ScrollEventArgs(ScrollEventType, Int32, Int32)

ScrollEventArgsType、および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値の 1 つ。

oldValue
Int32

スクロール バーの古い値。

newValue
Int32

スクロール バーの新しい値。

こちらもご覧ください

適用対象

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

ScrollEventArgsType、および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値の 1 つ。

newValue
Int32

スクロール バーの新しい値。

scroll
ScrollOrientation

ScrollOrientation値の 1 つ。

こちらもご覧ください

適用対象

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

ScrollEventArgsTypeOldValue、および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値の 1 つ。

oldValue
Int32

スクロール バーの古い値。

newValue
Int32

スクロール バーの新しい値。

scroll
ScrollOrientation

ScrollOrientation値の 1 つ。

こちらもご覧ください

適用対象