ScrollEventArgs(ScrollEventType, Double) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した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列挙値。