Search
Layout.OnLayoutComplete Method
See Also
 





Raises the LayoutComplete event.

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

 Syntax

C#  Copy Code

protected void OnLayoutComplete (
    EventArgs e
)

Visual Basic  Copy Code

Protected Sub OnLayoutComplete( _
    e As EventArgs _
)

 Parameters

e

An object providing the event data.

 See Also