次の方法で共有


XRDragStartedEventArgs (Windows Embedded CE 6.0)

1/6/2010

This structure contains position data about a DragStarted event.

Syntax

struct XRDragStartedEventArgs : XRRoutedEventArgs{
   double VerticalOffset;
   double HorizontalOffset;
};

Members

  • VerticalOffset
    Indicates the vertical distance between the thumb and the mouse click or stylus tap.
  • HorizontalOffset
    Indicates the horizontal distance between the thumb and the mouse click or stylus tap.

Inheritance Hierarchy

XREventArgs

  XRRoutedEventArgs

    XRDragStartedEventArgs

Remarks

A DragStarted event occurs when the user starts to drag the thumb across the scrollbar.

.NET Framework Equivalent

System.Windows.Controls.Primitives.DragStartedEventArgs

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