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

    Parameters

    sel
    The GoSelection of the GoView in which this object has been selected.
    Remarks
    By default this method calls AddSelectionHandles on this object's SelectionObject. Only document objects get selection handles--if this object does not belong to a document (for example by being a view object), no selection handles are created. Any implementation of this method should not change which objects are selected.
    See Also