MouseWheelEventArgs Constructor (MouseDevice^, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the MouseWheelEventArgs class.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- mouse
-
Type:
System.Windows.Input::MouseDevice^
The mouse device associated with this event.
- timestamp
-
Type:
System::Int32
The time when the input occurred.
- delta
-
Type:
System::Int32
The amount the wheel has changed.
.NET Framework
Available since 3.0
Available since 3.0
Show: