Class
MouseWheelEventArgs

Provides data for various events that report changes to the mouse wheel delta value of a mouse device.

Definition

Namespace:Telerik.UI.Xaml.Controls.Input

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class MouseWheelEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsMouseWheelEventArgs

Inherited Members RadRoutedEventArgs.InvokeEventHandler(Delegate, object)RadRoutedEventArgs.OnSetSource(object)RadRoutedEventArgs.RoutedEventRadRoutedEventArgs.SourceRadRoutedEventArgs.HandledRadRoutedEventArgs.OriginalSource

Properties

Delta

Gets a value that indicates the amount that the mouse wheel has changed.

Declaration

cs-api-definition
public int Delta { get; }

Property Value

int

Methods

GetPosition(UIElement)

Returns the x- and y-coordinates of the mouse pointer position, optionally evaluated against a coordinate origin of a supplied UIElement />.

Declaration

cs-api-definition
public Point GetPosition(UIElement relativeTo)

Parameters

relativeTo

UIElement

Returns

Point