Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / OnMouseMove Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseMove Method (DropDownEditorViewBase)
    In This Topic
    Called by the host control when the mouse moves over this C1.Framework.Element.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnMouseMove( _
       ByVal e As MouseEventArgs _
    ) 
    public virtual void OnMouseMove( 
       MouseEventArgs e
    )

    Parameters

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