A validation event raised while the user is moving or resizing multiple items.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.selectionModifying.addEventListener(onSelectionModifying); function onSelectionModifying(sender, args) { } |
Event DataEvent handlers receive a SelectionEventArgs instance containing data about this event.
See Also