MouseWheelEventArgs 類別

定義

提供 OnMouseWheel 事件的資料。

public ref class MouseWheelEventArgs sealed
class MouseWheelEventArgs sealed
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class MouseWheelEventArgs
Public NotInheritable Class MouseWheelEventArgs
繼承
System.Object
MouseWheelEventArgs
屬性

其他功能與需求

軟體開發套件
支援 OS 的最低版本
Windows 10 (10.0.10240.0)

屬性

CtrlKeyPressed

取得值,這個值表示是否按下 Ctrl 鍵。

PointerCoordinate

取得指標的座標。

WheelDelta

取得滑鼠滾輪已旋轉的指標數目。

適用於