DragCompletedEventArgs(Double, Double, Boolean) Constructor

Definition

Initializes a new instance of the DragCompletedEventArgs class.

C#
public DragCompletedEventArgs(double horizontalChange, double verticalChange, bool canceled);

Parameters

horizontalChange
Double

The horizontal change in position of the Thumb control, resulting from the drag operation.

verticalChange
Double

The vertical change in position of the Thumb control, resulting from the drag operation.

canceled
Boolean

A value that indicates whether the drag operation was canceled by a call to the CancelDrag method.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6