Raised when the diagram selection has changed.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.selectionChanged.addEventListener(onSelectionChanged); function onSelectionChanged(sender, args) { } |
Event DataEvent handlers receive a SelectionChangedEventArgs instance containing data about this event.
See Also