DragCompletedEventArgs Constructor
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Controls.Primitives
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft