DragDeltaEventArgs(Double, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.