MouseWheelEventArgs class

MouseWheelEventArgs class

Provides data for the OnMouseWheel event.

Syntax


public ref class MouseWheelEventArgs sealed 

Members

The MouseWheelEventArgs class has these types of members:

Properties

The MouseWheelEventArgs class has these properties.

PropertyAccess typeDescription

CtrlKeyPressed

Read-only

Gets a value that indicates whether the Ctrl key is pressed.

PointerCoordinate

Read-only

Gets the coordinate of the pointer.

WheelDelta

Read-only

Gets the number of notches the mouse wheel has rotated.

 

Requirements

Minimum supported client

Windows 8.1 [Windows Store apps only]

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1

Namespace

Microsoft.Advertising.WinRT.UI
Microsoft::Advertising::WinRT::UI [C++]

Metadata

Microsoft.Advertising.winmd

Attributes

[MarshalingBehavior(Agile)]
[Threading(Both)]
[Version]

See also

Object

 

 

Show:
© 2017 Microsoft