FlowDocumentScrollViewer.OnMouseWheel(MouseWheelEventArgs) 方法

定義

處理 MouseWheel 路由事件。

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

MouseWheelEventArgs 物件,包含與 MouseWheel 路由事件相關聯的引數。

備註

每當引發路由事件時, MouseWheel 就會呼叫這個方法。

這個方法會覆寫 OnMouseWheel

適用於