XRDragCompletedEventArgs (Windows Embedded CE 6.0)

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

XREventArgs

  XRRoutedEventArgs

    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

See Also

Reference

Silverlight for Windows Embedded Structures