InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / OnMouseMove Method
An System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseMove Method (C1InputPanelBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseMove( _
       ByVal e As MouseEventArgs _
    ) 
    protected virtual void OnMouseMove( 
       MouseEventArgs e
    )

    Parameters

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