ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / ITextBoxBaseView Interface / OnMouseLeave Method
System.EventArgs that contains the event data.

In This Topic
    OnMouseLeave Method (ITextBoxBaseView)
    In This Topic
    Called by the host control when the mouse leaves this C1.Framework.Element.
    Syntax
    'Declaration
     
    
    Sub OnMouseLeave( _
       ByVal e As EventArgs _
    ) 
    void OnMouseLeave( 
       EventArgs e
    )

    Parameters

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