TreeView for WinForms | ComponentOne
C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / OnMouseMove Method
A System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseMove Method (C1ScrollBar)
    In This Topic
    Syntax
    'Declaration
     
    
    <EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overrides Sub OnMouseMove( _
       ByVal e As MouseEventArgs _
    ) 
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnMouseMove( 
       MouseEventArgs e
    )

    Parameters

    e
    A System.Windows.Forms.MouseEventArgs that contains the event data.
    See Also