Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / OnMouseMove Method
Event arguments


In This Topic
    OnMouseMove Method (ElementControl)
    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 Overrides Sub OnMouseMove( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim e As MouseEventArgs
     
    instance.OnMouseMove(e)
    protected override void OnMouseMove( 
       MouseEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also