A validation event raised when the user starts moving or resizing multiple selected items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public event EventHandler<SelectionValidationEventArgs> SelectionStartModifying |
Visual Basic Copy Code |
---|
Public Event SelectionStartModifying As EventHandler(Of SelectionValidationEventArgs) |
SelectionStartModifying 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. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |