DragStartedEventArgs(Double, Double) Constructor

Definition

Initializes a new instance of the DragStartedEventArgs class.

public:
 DragStartedEventArgs(double horizontalOffset, double verticalOffset);
 DragStartedEventArgs(double const& horizontalOffset, double const& verticalOffset);
public DragStartedEventArgs(double horizontalOffset, double verticalOffset);
function DragStartedEventArgs(horizontalOffset, verticalOffset)
Public Sub New (horizontalOffset As Double, verticalOffset As Double)

Parameters

horizontalOffset
Double

double

The horizontal distance between the current mouse position and the thumb coordinates.

verticalOffset
Double

double

The vertical distance between the current mouse position and the thumb coordinates.

Applies to