Raised when the user cancels moving or resizing multiple selected items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public event EventHandler<SelectionEventArgs> SelectionModifyCancelled |
Visual Basic Copy Code |
---|
Public Event SelectionModifyCancelled As EventHandler(Of SelectionEventArgs) |
SelectionModifyCancelled event handlers receive an argument of type SelectionEventArgs. The following SelectionEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
Gets the current mouse pointer position. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |