Initializes a new instance of the MouseWheelManager class.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public MouseWheelManager(
	UIElement rootVisual
)
Visual Basic (Declaration)
Public Sub New ( _
	rootVisual As UIElement _
)
Visual C++
public:
MouseWheelManager(
	UIElement^ rootVisual
)

Parameters

rootVisual
Type: System.Windows..::.UIElement
The root visual. The instance of UIElement class.

See Also