InputPointerWheelEventArgs Class
Provides event data for pointer wheel input events.
public class InputPointerWheelEventArgs : InputPointerEventArgs
- Inheritance:
- object EventArgs InputPointerEventArgs object
Constructors
InputPointerWheelEventArgs(MouseWheelEventArgs)
Provides event data for pointer wheel input events.
public InputPointerWheelEventArgs(MouseWheelEventArgs e)
| Parameter | Type | Description |
|---|---|---|
| e | MouseWheelEventArgs | The wrapped event arguments. |
Properties
Delta
The pointer wheel delta.
IsHorizontal
Indicates whether the event is for a horizontal mouse wheel.
public bool IsHorizontal { get; }
Property Value
- bool:
trueif the event is for a horizontal mouse wheel; otherwise,falsefor a vertical mouse wheel.
ScrollCharacters
The number of character to scroll when the horizontal pointer wheel turns.
ScrollLines
The number of lines to scroll when the vertical pointer wheel turns.
SingleUnitDelta
The pointer wheel delta for a single unit.
WrappedEventArgs
The wrapped event arguments.
Methods
ToString()
Returns the string representation of this object.
Inherited Members
- InputPointerEventArgs.GetPosition(UIElement)
- InputPointerEventArgs.IsPositionOver(FrameworkElement)
- InputPointerEventArgs.DeviceKind
- InputPointerEventArgs.Handled
- InputPointerEventArgs.ModifierKeys
- InputPointerEventArgs.OriginalSource
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()