Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure contains position data about a DragCompleted event.
Syntax
struct XRDragCompletedEventArgs : XRRoutedEventArgs{
double HorizontalChange;
double VerticalChange;
bool Cancelled;
};
Members
- HorizontalChange
Indicates the horizontal distance between the beginning thumb location and the release location.
- VerticalChange
Indicates the vertical distance between the beginning thumb location and the release location.
- Cancelled
Indicates whether the drag operation was canceled. true if the drag operation was canceled; otherwise false.
Inheritance Hierarchy
XRDragCompletedEventArgs
Remarks
The DragCompleted event occurs when the user releases the left mouse button or stylus after dragging the thumb.
.NET Framework Equivalent
System.Windows.Controls.Primitives.DragCompletedEventArgs
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |