MouseWheelEventArgs Constructor (MouseDevice^, Int32, Int32)

 

Initializes a new instance of the MouseWheelEventArgs class.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
MouseWheelEventArgs(
	MouseDevice^ mouse,
	int timestamp,
	int delta
)

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
Return to top
Show: