GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / DoDelayedRouting Method
an IGoCollection, or null
In This Topic
    DoDelayedRouting Method
    In This Topic
    Call IGoRoutable.IGoRoutable.CalculateRoute on each of the objects in the DelayedRoutings collection, and clear that collection.
    Syntax
    public virtual void DoDelayedRouting( 
       IGoCollection moved
    )

    Parameters

    moved
    an IGoCollection, or null
    Remarks
    This method is called by MoveSelection, CopySelection, EditPaste and (in full Windows Forms) GoView.DoExternalDrop.
    See Also