Raised when the user moves or resizes multiple selected items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public event EventHandler SelectionModified |
Visual Basic Copy Code |
---|
Public Event SelectionModified As EventHandler |
SelectionModified event handlers receive an argument of type EventArgs.
Use the Nodes and Links properties of the diagram's Selection to find out which items have been moved.