DragDeltaEventArgs(Double, Double) Constructor

Definition

Initializes a new instance of the DragDeltaEventArgs class.

public:
 DragDeltaEventArgs(double horizontalChange, double verticalChange);
public DragDeltaEventArgs (double horizontalChange, double verticalChange);
new System.Windows.Controls.Primitives.DragDeltaEventArgs : double * double -> System.Windows.Controls.Primitives.DragDeltaEventArgs
Public Sub New (horizontalChange As Double, verticalChange As Double)

Parameters

horizontalChange
Double

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

verticalChange
Double

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

Applies to