Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / OnLostFocus Method


In This Topic
    OnLostFocus Method (ElementWindowless)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnLostFocus( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim e As EventArgs
     
    instance.OnLostFocus(e)
    protected virtual void OnLostFocus( 
       EventArgs e
    )

    Parameters

    e
    See Also