MouseWheelEventArgs
MouseWheelEventArgs
MouseWheelEventArgs
MouseWheelEventArgs
Class
Definition
Provides data for the OnMouseWheel event.
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
- Inheritance
-
System.ObjectSystem.ObjectSystem.ObjectSystem.ObjectMouseWheelEventArgsMouseWheelEventArgsMouseWheelEventArgsMouseWheelEventArgs
- Attributes
Requirements
SDK |
Properties
CtrlKeyPressed CtrlKeyPressed CtrlKeyPressed CtrlKeyPressed |
Gets a value that indicates whether the Ctrl key is pressed. |
PointerCoordinate PointerCoordinate PointerCoordinate PointerCoordinate |
Gets the coordinate of the pointer. |
WheelDelta WheelDelta WheelDelta WheelDelta |
Gets the number of notches the mouse wheel has rotated. |