Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ControlBase Class / OnLostFocus Method
An System.EventArgs that contains the event data.


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

    Parameters

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