Share via


XRScrollChangedEventArgs (Windows Embedded CE 6.0)

1/6/2010

This structure contains event data for the ScrollChanged event.

Syntax

struct XRScrollChangedEventArgs : XRRoutedEventArgs
{
    float XOffset;
    float YOffset;
};

Members

  • XOffset
    A float value that indicates the offset along the x-axis between the starting and ending locations of the thumb after the scroll event is raised.
  • YOffset
    A float value that indicates the offset along the y-axis between the starting and ending locations of the thumb after the scroll event is raised.

Inheritance Hierarchy

XREventArgs

    XRRoutedEventArgs

        XRScrollEventArgs

.NET Framework Equivalent

None.

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
IXRScrollViewer::AddScrollChangedEventHandler