Raised while the user is moving multiple selected items, this event lets you cancel the modification.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<SelectionValidationEventArgs> SelectionModifying |
Visual Basic
Copy Code
|
|---|
Public Event SelectionModifying As EventHandler(Of SelectionValidationEventArgs) |
Event DataSelectionModifying event handlers receive an argument of type SelectionValidationEventArgs.
See Also