A validation event raised when the user starts moving or resizing multiple selected items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<SelectionValidationEventArgs> SelectionStartModifying |
Visual Basic
Copy Code
|
|---|
Public Event SelectionStartModifying As EventHandler(Of SelectionValidationEventArgs) |
Event DataSelectionStartModifying event handlers receive an argument of type SelectionValidationEventArgs. The following SelectionValidationEventArgs members provide information relevant to the event:
Member name | Description |
|---|---|
Gets or sets a value indicating whether to prevent the user from completing the operation. |
See Also