Search
Events.selectionChanged Property
See Also
 





Raised when the diagram selection has changed.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get selectionChanged() {}
set selectionChanged(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a SelectionChangedEventArgs instance as argument.

 See Also