Input for WinForms | ComponentOne
C1.Framework Namespace / ParagraphElement Class / OnMouseEnterHover Method
System.EventArgs that contains the event data.

In This Topic
    OnMouseEnterHover Method (ParagraphElement)
    In This Topic
    Called by the host control when the mouse enters this Element, even if another element has captured the mouse.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnMouseEnterHover( _
       ByVal e As EventArgs _
    ) 
    public virtual void OnMouseEnterHover( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also