InertiaScrollEventArgs Class
Contains event data for scrolling with inertia.
public class InertiaScrollEventArgs : EventArgs
Constructors
InertiaScrollEventArgs(double, TimeSpan, double, TimeSpan)
Contains event data for scrolling with inertia.
public InertiaScrollEventArgs(double xScrollDelta, TimeSpan xDuration, double yScrollDelta, TimeSpan yDuration)
| Parameter | Type | Description |
|---|---|---|
| xScrollDelta | double | The X scroll distance. |
| xDuration | TimeSpan | The X scroll duration. |
| yScrollDelta | double | The Y scroll distance. |
| yDuration | TimeSpan | The Y scroll duration. |
Properties
XDuration
The X scroll duration.
XScrollDelta
The X scroll delta.
YDuration
The Y scroll duration.
YScrollDelta
The Y scroll delta.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()