TextBoxBase.OnMouseWheel(MouseWheelEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Is called when a MouseWheel event is routed to this class (or to a class that inherits from this class).
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)
Parameters
The mouse wheel arguments that are associated with this event.
Remarks
The MouseWheel event occurs when the mouse wheel is rolled.
Overrides OnMouseWheel.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.