XRMouseWheelEventArgs (Compact 2013)

3/28/2014

This structure contains data for mouse wheel events.

Syntax

struct XRMouseWheelEventArgs : XRMouseEventArgs
{
    BOOL          Handled;
    int           Delta;
};

Inheritance Hierarchy

XRMouseEventArgs

     XRMouseWheelEventArgs

Members

  • Handled
    Indicates whether the event was handled. If true, the XAML for Windows Embedded event system does not route this event to the parent object.
  • Delta
    Amount that the mouse wheel turned. If the mouse wheel rotated backward, this value is negative.
  • Position
    Describes the x-coordinate and y-coordinate of the pointer position that raises the event. Inherited from XRMouseEventArgs.
  • pStylusInfo
    Points to an IXRStylusInfo object that indicates whether the stylus is inverted only if a stylus movement raises the event. Inherited from XRMouseEventArgs.
  • pStylusPoints
    Points to an IXRStylusPointCollection object that represents the stylus movement only if a stylus movement raises the event. Inherited from XRMouseEventArgs.
  • pSource
    Points to an IXRDependencyObject object that represents the source. This is the first object that raised the routed event. Inherited from XRRoutedEventArgs.
  • Size
    Indicates the size, in bytes, of this structure. Inherited from XREventArgs.

.NET Framework Equivalent

System.Windows.Input.MouseWheelEventArgs

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Structures