Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnLostFocus Method
EventArgs event arguments


In This Topic
    OnLostFocus Method (FpSpread)
    In This Topic
    Raises the LostFocus event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnLostFocus( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As EventArgs
     
    instance.OnLostFocus(e)
    protected override void OnLostFocus( 
       EventArgs e
    )

    Parameters

    e
    EventArgs event arguments
    See Also