Raised regularly during execution of layout algorithms to allow tracking the layout progress.
SyntaxVB6
Copy Code
|
|---|
Public Event LayoutProgress |
Event DataParameter | Type | Description |
|---|---|---|
current | [input] long | The current relative progress of the layout algorithm. |
total | [input] long | The total number of steps that the algorithm will run. |
Dispatch ID: 99
RemarksThis event is raised periodically during the execution of the ArrangeDiagram method. It can be used to update the state of a progress bar that shows the progress of the layout algorithm.
See Also