Search
LayoutProgress.Invoke Method
See Also
 






Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void Invoke (
    int current,
    int total
)

Visual Basic  Copy Code

Public Overridable Sub Invoke( _
    current As Integer, _
    total As Integer _
)

 Parameters

current

total

 See Also