Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace / ElementContainerControl Class / OnLostFocus Method
A System.Windows.Forms.KeyEventArgs that contains the event data.


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

    Parameters

    e
    A System.Windows.Forms.KeyEventArgs that contains the event data.
    See Also