ScrollEventArgs(ScrollEventType, Double) コンストラクター

定義

指定した ScrollEventArgs 列挙値と、ScrollEventType 内の Thumb コントロールの新しい場所を使用して ScrollBar クラスのインスタンスを初期化します。

public:
 ScrollEventArgs(System::Windows::Controls::Primitives::ScrollEventType scrollEventType, double newValue);
public ScrollEventArgs (System.Windows.Controls.Primitives.ScrollEventType scrollEventType, double newValue);
new System.Windows.Controls.Primitives.ScrollEventArgs : System.Windows.Controls.Primitives.ScrollEventType * double -> System.Windows.Controls.Primitives.ScrollEventArgs
Public Sub New (scrollEventType As ScrollEventType, newValue As Double)

パラメーター

scrollEventType
ScrollEventType

イベントの原因となった ScrollEventType の移動の種類を記述する Thumb 列挙値。

newValue
Double

Thumb 内の ScrollBar の新しい場所に対応する値。

適用対象