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


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

    Parameters

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