[]
        
(Showing Draft Content)

FarPoint.Win.ElementControl.OnMouseMove

OnMouseMove Method

OnMouseMove(MouseEventArgs)

Raises the MouseMove event when the pointer is moved within the control and the cursor is over the control.

Declaration
protected override void OnMouseMove(MouseEventArgs e)
Protected Overrides Sub OnMouseMove(e As MouseEventArgs)
Parameters
Type Name Description
MouseEventArgs e

Event arguments

Overrides