OnPointerWheelChanged Method
Invoked when an unhandled PointerWheelChangedEvent reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override void OnPointerWheelChanged(
PointerWheelEventArgs e
)
Protected Overrides Sub OnPointerWheelChanged (
e As PointerWheelEventArgs
)
abstract OnPointerWheelChanged :
e : PointerWheelEventArgs -> unit
override OnPointerWheelChanged :
e : PointerWheelEventArgs -> unit
Parameters
- PointerWheelEventArgs
- Data about the event.