Handles mouse pointer moving.

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

Syntax

C#
public abstract void MouseMove(
	MouseEventArgs args
)
Visual Basic (Declaration)
Public MustOverride Sub MouseMove ( _
	args As MouseEventArgs _
)
Visual C++
public:
virtual void MouseMove(
	MouseEventArgs^ args
) abstract

Parameters

args
Type: System.Windows.Input..::.MouseEventArgs
The MouseEventArgs instance containing the event data.

See Also