Raised when an animated layout completes.
Namespace: MindFusion.Diagramming
File: Events.js
JavaScript Copy Code |
---|
get animatedLayoutCompleted() {} |
String
A string containing the event name.
When layout is applied on a ContainerNode, event handlers receive a NodeEventArgs instance as argument.
This example handles the animatedLayoutCompleted event to resize the diagram.
JavaScript Copy Code |
---|
diagram.addEventListener(Events.animatedLayoutCompleted, (sender, args) => { |
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |