Initializes a new instance of a MouseWheelEventArgs.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public MouseWheelEventArgs(
	double delta,
	Point position
)
Visual Basic
Public Sub New ( _
	delta As Double, _
	position As Point _
)

Parameters

delta
Type: System..::..Double
The number of wheel movements.
position
Type: System.Windows..::..Point
The mouse position, relative to the application root, where the wheel was moved.

See Also