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


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

    Parameters

    e
    Event arguments
    See Also