DragDeltaEventArgs(Double, Double) Constructor

Definition

Initializes a new instance of the DragDeltaEventArgs class.

public:
 DragDeltaEventArgs(double horizontalChange, double verticalChange);
 DragDeltaEventArgs(double const& horizontalChange, double const& verticalChange);
public DragDeltaEventArgs(double horizontalChange, double verticalChange);
function DragDeltaEventArgs(horizontalChange, verticalChange)
Public Sub New (horizontalChange As Double, verticalChange As Double)

Parameters

horizontalChange
Double

double

The horizontal change in the Thumb position since the last DragDelta event.

verticalChange
Double

double

The vertical change in the Thumb position since the last DragDelta event.

Applies to