GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / OnLostSelection Method
The GoSelection of the GoView in which this object had been selected.
In This Topic
    OnLostSelection Method
    In This Topic
    Called when this object becomes unselected.
    Syntax
    public virtual void OnLostSelection( 
       GoSelection sel
    )

    Parameters

    sel
    The GoSelection of the GoView in which this object had been selected.
    Remarks
    This removes any selection handles from this object's SelectionObject by calling RemoveSelectionHandles on it. Any implementation of this method should not change which objects are selected.
    See Also