InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HtmlElement Class / OnLostFocus Method
System.EventArgs that contains the event data.

In This Topic
    OnLostFocus Method (HtmlElement)
    In This Topic
    Called by the host control when this C1.Framework.Element loses the focus.
    Syntax
    'Declaration
     
    Public Overridable Sub OnLostFocus( _
       ByVal e As EventArgs _
    ) 
    public virtual void OnLostFocus( 
       EventArgs e
    )

    Parameters

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