ScrollViewer.OnMouseWheel(MouseWheelEventArgs) 方法

定义

响应鼠标滚轮的单击操作。

protected:
 override void OnMouseWheel(System::Windows::Input::MouseWheelEventArgs ^ e);
protected override void OnMouseWheel (System.Windows.Input.MouseWheelEventArgs e);
override this.OnMouseWheel : System.Windows.Input.MouseWheelEventArgs -> unit
Protected Overrides Sub OnMouseWheel (e As MouseWheelEventArgs)

参数

e
MouseWheelEventArgs

描述此事件的必需参数。

适用于