Raised if expandButtonAction is set to RaiseEvents and the [+/-]button of an expandable node is clicked.
Namespace: MindFusion.Diagramming
Assembly: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.expandButtonClicked.addEventListener(onExpandButtonClicked); function onExpandButtonClicked(sender, args) { } |
Event DataEvent handlers receive a NodeEventArgs instance that contains data about this event.
See Also