InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputHtmlLabel Class / OnMouseLeave Method
System.EventArgs that contains the event data.

In This Topic
    OnMouseLeave Method (InputHtmlLabel)
    In This Topic
    Raises the MouseLeave event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseLeave( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnMouseLeave( 
       EventArgs e
    )

    Parameters

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