DragGestureData Class
Provides additional information during a drag-and-drop operation.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Class DragGestureData _
Inherits MouseGestureData
'Usage
Dim instance As DragGestureData
public class DragGestureData : MouseGestureData
public ref class DragGestureData : public MouseGestureData
public class DragGestureData extends MouseGestureData
Remarks
This class derives from MouseGestureData and provides additional gesture data for drag-and-drop operations.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Interaction.GestureData
Microsoft.Windows.Design.Interaction.MouseGestureData
Microsoft.Windows.Design.Interaction.DragGestureData
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace