DragCompletedEventArgs Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the DragCompletedEventArgs class.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Sub New ( _ horizontalChange As Double, _ verticalChange As Double, _ canceled As Boolean _ )
Parameters
- horizontalChange
- Type: System.Double
The horizontal change in position of the Thumb control, resulting from the drag operation.
- verticalChange
- Type: System.Double
The vertical change in position of the Thumb control, resulting from the drag operation.
- canceled
- Type: System.Boolean
A value that indicates whether the drag operation was canceled by a call to the CancelDrag method.
Show: