MouseWheelEventArgs(MouseDevice, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MouseWheelEventArgs class.
public:
MouseWheelEventArgs(System::Windows::Input::MouseDevice ^ mouse, int timestamp, int delta);
public MouseWheelEventArgs (System.Windows.Input.MouseDevice mouse, int timestamp, int delta);
new System.Windows.Input.MouseWheelEventArgs : System.Windows.Input.MouseDevice * int * int -> System.Windows.Input.MouseWheelEventArgs
Public Sub New (mouse As MouseDevice, timestamp As Integer, delta As Integer)
Parameters
- mouse
- MouseDevice
The mouse device associated with this event.
- timestamp
- Int32
The time when the input occurred.
- delta
- Int32
The amount the wheel has changed.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.