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





Raised when the user moves or resizes multiple selected items.

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

 Syntax

C#  Copy Code

public event EventHandler<SelectionEventArgs> SelectionModified

Visual Basic  Copy Code

Public Event SelectionModified As EventHandler(Of SelectionEventArgs)

 Event Data

SelectionModified event handlers receive an argument of type SelectionEventArgs.

 Remarks

Use the Nodes and Links properties of the diagram's Selection to find out which items have been moved.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
SelectionModifying Event