言語

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の新しい場所に対応する値。

適用対象