DragStartedEventArgs
DragStartedEventArgs
DragStartedEventArgs
DragStartedEventArgs
Class
Definition
Provides data for the DragStarted event that occurs when a user drags a Thumb control with the mouse.
public : class DragStartedEventArgs : RoutedEventArgs, IDragStartedEventArgspublic class DragStartedEventArgs : RoutedEventArgs, IDragStartedEventArgsPublic Class DragStartedEventArgs Inherits RoutedEventArgs Implements IDragStartedEventArgs// This API is not available in Javascript.
- Inheritance
-
DragStartedEventArgsDragStartedEventArgsDragStartedEventArgsDragStartedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Constructors
DragStartedEventArgs(Double, Double) DragStartedEventArgs(Double, Double) DragStartedEventArgs(Double, Double) DragStartedEventArgs(Double, Double)
Initializes a new instance of the DragStartedEventArgs class.
public : DragStartedEventArgs(double horizontalOffset, double verticalOffset)public DragStartedEventArgs(Double horizontalOffset, Double verticalOffset)Public Sub New(horizontalOffset As Double, verticalOffset As Double)// This API is not available in Javascript.
Parameters
- horizontalOffset
- double Double Double Double
The horizontal distance between the current mouse position and the thumb coordinates.
- verticalOffset
- double Double Double Double
The vertical distance between the current mouse position and the thumb coordinates.
Properties
HorizontalOffset HorizontalOffset HorizontalOffset HorizontalOffset
Gets the horizontal distance between the current mouse position and the thumb coordinates.
public : double HorizontalOffset { get; }public double HorizontalOffset { get; }Public ReadOnly Property HorizontalOffset As double// This API is not available in Javascript.
- Value
- double double double double
The horizontal distance between the current mouse position and the thumb coordinates.
VerticalOffset VerticalOffset VerticalOffset VerticalOffset
Gets the vertical distance between the current mouse position and the thumb coordinates.
public : double VerticalOffset { get; }public double VerticalOffset { get; }Public ReadOnly Property VerticalOffset As double// This API is not available in Javascript.
- Value
- double double double double
The vertical distance between the current mouse position and the thumb coordinates.