FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / OnMouseMove Method
Event arguments


In This Topic
OnMouseMove Method (ElementWindowless)
In This Topic
Raises the MouseMove event when the pointer is moved within the control and the cursor is over the control.
Syntax
'Declaration
 
Protected Overridable Sub OnMouseMove( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As ElementWindowless
Dim e As MouseEventArgs
 
instance.OnMouseMove(e)

Parameters

e
Event arguments
See Also