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


In This Topic
OnMouseMove Method (ElementContainerControl)
In This Topic
Occurs if the pointer is moved within the control and the cursor is over the control.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseMove( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As ElementContainerControl
Dim e As MouseEventArgs
 
instance.OnMouseMove(e)

Parameters

e
Event arguments
See Also