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

    Parameters

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