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

    Parameters

    evt
    See Also