PointerWheelEventArgs Class
Definition
public class PointerWheelEventArgs
Constructors
| Name | Description |
|---|---|
| PointerWheelEventArgs | No summary available. |
PointerWheelEventArgs Constructor
public PointerWheelEventArgs(object source, Avalonia.Input.IPointer pointer, Avalonia.Visual rootVisual, Avalonia.Point rootVisualPosition, ulong timestamp, Avalonia.Input.PointerPointProperties properties, Avalonia.Input.KeyModifiers modifiers, Avalonia.Vector delta)
Parameters
source object
pointer Avalonia.Input.IPointer
rootVisual Avalonia.Visual
rootVisualPosition Avalonia.Point
timestamp ulong
properties Avalonia.Input.PointerPointProperties
modifiers Avalonia.Input.KeyModifiers
delta Avalonia.Vector
Methods
| Name | Description |
|---|---|
| GetCurrentPoint | Returns the PointerPoint associated with the current event Inherited from PointerEventArgs. |
| GetIntermediatePoints | Returns the PointerPoint associated with the current event Inherited from PointerEventArgs. |
| GetPosition | Gets the pointer position relative to a control. Inherited from PointerEventArgs. |
| PreventGestureRecognition | Prevents this event from being handled by other gesture recognizers in the route Inherited from PointerEventArgs. |
Properties
| Name | Description |
|---|---|
| Delta | No summary available. |
| KeyModifiers | Gets a value that indicates which key modifiers were active at the time that the pointer event was initiated. Inherited from PointerEventArgs. |
| Pointer | Gets specific pointer generated by input device. Inherited from PointerEventArgs. |
| Properties | Gets the state the pointer device had when this event occurred. Inherited from PointerEventArgs. |
| Timestamp | Gets the time when the input occurred. Inherited from PointerEventArgs. |
| Handled | Gets or sets a value indicating whether the routed event has already been handled. Inherited from RoutedEventArgs. |
| Route | Gets or sets the routing strategy (direct, bubbling, or tunneling) of the routed event. Inherited from RoutedEventArgs. |
| RoutedEvent | Gets or sets the routed event associated with these event args. Inherited from RoutedEventArgs. |
| Source | Gets or sets the source object that raised the routed event. Inherited from RoutedEventArgs. |
Delta Property
public Avalonia.Vector Delta { get; set; }