Occurs when the pointer is moving in report viewer bounds.

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 void OnMoseMove(
	Point position
)
Visual Basic (Declaration)
Public Sub OnMoseMove ( _
	position As Point _
)
Visual C++
public:
void OnMoseMove(
	Point position
)

Parameters

position
Type: System.Windows..::.Point

See Also