Search
Layout.SuppressCompleteEvent Property
See Also
 





Specifies whether raising the LayoutComplete event should be suppressed for this layout instance.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool SuppressCompleteEvent { get; set; }

Visual Basic  Copy Code

Protected Property SuppressCompleteEvent As Boolean

 Property Value

 See Also