GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / RaiseObjectGotSelection Method
In This Topic
    RaiseObjectGotSelection Method
    In This Topic
    Call OnObjectGotSelection for the given object to raise an ObjectGotSelection event.
    Syntax
    public void RaiseObjectGotSelection( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    This is called by methods in GoSelection for each object added to the selection.
    See Also