Share via


XRDragDeltaEventArgs (Windows Embedded CE 6.0)

1/6/2010

This structure contains position data about a DragDelta event.

Syntax

struct XRDragDeltaEventArgs : XRRoutedEventArgs{
    double HorizontalDelta;
    double VeriticalDelta;
};

Members

  • HorizontalDelta
    Indicates the horizontal offset of the mouse click or stylus tap in relation to the thumb.
  • VerticalDelta
    Indicates the vertical offset of the mouse click or stylus tap in relation to the thumb.

Inheritance Hierarchy

XREventArgs

  XRRoutedEventArgs

    XRDragDeltaEventArgs

Remarks

A DragDelta event occurs when the user drags the thumb across the scrollbar.

.NET Framework Equivalent

System.Windows.Controls.Primitives.DragDeltaEventArgs

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