Search
Diagram.raiseSelectionChanged Method
See Also
 






Raises an event which notifies that the selection has changed.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function raiseSelectionChanged (oldItems, newItems)

 Parameters

oldItems

Array. The selected items before the change.

newItems

Array. The selected items after the change.

 See Also