Initializes a new instance of the MouseWheelEventArgs class.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public MouseWheelEventArgs(
	double delta,
	Point location
)
Visual Basic (Declaration)
Public Sub New ( _
	delta As Double, _
	location As Point _
)
Visual C++
public:
MouseWheelEventArgs(
	double delta, 
	Point location
)

Parameters

delta
Type: System..::.Double
location
Type: System.Windows..::.Point

See Also