GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnGotFocus Method
In This Topic
    OnGotFocus Method (GoView)
    In This Topic
    When a view gets focus, make sure the selection appearance can be updated, if needed.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnGotFocus( 
       EventArgs evt
    )

    Parameters

    evt
    See Also