MindFusion.Wpf Pack Programmer's Guide
DiagramBase.SelectionModifyCancelled Event
See Also
 





Raised when the user cancels moving or resizing multiple selected items.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler<SelectionEventArgs> SelectionModifyCancelled

Visual Basic  Copy Code

Public Event SelectionModifyCancelled As EventHandler(Of SelectionEventArgs)

 Event Data

SelectionModifyCancelled event handlers receive an argument of type SelectionEventArgs. The following SelectionEventArgs members provide information relevant to the event:

Member name

Description

MousePosition

Gets the current mouse pointer position.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace