Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasContainerBase Class / OnMouseMove Method
Event arguments


In This Topic
    OnMouseMove Method (CanvasContainerBase)
    In This Topic
    Occurs if 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 CanvasContainerBase
    Dim e As MouseEventArgs
     
    instance.OnMouseMove(e)
    protected virtual void OnMouseMove( 
       MouseEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also