Search
Events.selectionModifying Property
See Also
 





A validation event raised while the user is moving or resizing multiple items.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get selectionModifying() {}
set selectionModifying(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a SelectionEventArgs instance as argument.

 See Also