Occurs when the pointer is moving in report viewer bounds.

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

Syntax

C#
public void OnMouseMove(
	Point position
)
Visual Basic (Declaration)
Public Sub OnMouseMove ( _
	position As Point _
)
Visual C++
public:
void OnMouseMove(
	Point position
)

Parameters

position
Type: System.Windows..::.Point
The position. The instance of Point class.

See Also