[Category("Behavior")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Description("When IGoRoutable objects are routed")] public virtual GoRoutingTime RoutingTime {get; set;}
Property Value
The default value is GoRoutingTime.Delayed, so that routable objects have their routes recalculated by DoDelayedRouting, such as at the end of the implementations of MoveSelection, CopySelection, EditPaste and (in full Windows Forms)GoView.DoExternalDrop
.