Ribbon.OnPreviewMouseWheel(MouseWheelEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 MouseWheel 事件的類別處理。
protected:
override void OnPreviewMouseWheel(System::Windows::Input::MouseWheelEventArgs ^ e);
protected override void OnPreviewMouseWheel (System.Windows.Input.MouseWheelEventArgs e);
override this.OnPreviewMouseWheel : System.Windows.Input.MouseWheelEventArgs -> unit
Protected Overrides Sub OnPreviewMouseWheel (e As MouseWheelEventArgs)
參數
事件資料。
備註
當滑鼠指標位於 上方 Ribbon 時旋轉滑鼠滾輪,會導致 在 Ribbon 索引標籤之間切換。
這個實作會將 MouseWheel 事件資料的 屬性設定 Handled 為 ,將事件標示 true
為 所處理。