GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / RaiseLinkRelinked Method
In This Topic
    RaiseLinkRelinked Method
    In This Topic
    Call OnLinkRelinked for the given object to raise a LinkRelinked event.
    Syntax
    public void RaiseLinkRelinked( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    This method is called by DoRelink.
    See Also