Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / OnGotFocus Method
Event arguments


In This Topic
    OnGotFocus Method (ElementControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnGotFocus( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim e As EventArgs
     
    instance.OnGotFocus(e)
    protected override void OnGotFocus( 
       EventArgs e
    )

    Parameters

    e
    Event arguments
    See Also