Search
ILinkRouter.Resume Method
See Also
 





Called when the control ends a batch update operation that might affect many links.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

void Resume (
    bool routeDeferredLinks
)

Visual Basic  Copy Code

Sub Resume( _
    routeDeferredLinks As Boolean _
)

 Parameters

routeDeferredLinks
true if the links should be routed, otherwise false.

 See Also