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 移動的類型。