DragDeltaEventArgs
DragDeltaEventArgs
DragDeltaEventArgs
DragDeltaEventArgs
Class
Definition
public : class DragDeltaEventArgs : RoutedEventArgs, IDragDeltaEventArgspublic class DragDeltaEventArgs : RoutedEventArgs, IDragDeltaEventArgsPublic Class DragDeltaEventArgs Inherits RoutedEventArgs Implements IDragDeltaEventArgs// This API is not available in Javascript.
- Inheritance
-
DragDeltaEventArgsDragDeltaEventArgsDragDeltaEventArgsDragDeltaEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Constructors
DragDeltaEventArgs(Double, Double) DragDeltaEventArgs(Double, Double) DragDeltaEventArgs(Double, Double) DragDeltaEventArgs(Double, Double)
Initializes a new instance of the DragDeltaEventArgs class.
public : DragDeltaEventArgs(double horizontalChange, double verticalChange)public DragDeltaEventArgs(Double horizontalChange, Double verticalChange)Public Sub New(horizontalChange As Double, verticalChange As Double)// This API is not available in Javascript.
Parameters