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 移动的类型。