Raised when an item is added to or removed from the selection.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public event EventHandler SelectionChanged |
Visual Basic Copy Code |
---|
Public Event SelectionChanged As EventHandler |
SelectionChanged event handlers receive an argument of type EventArgs.
Use the Nodes and Links properties of the diagram's Selection to find out which items are currently selected.
WpfDiagram Programmer's Guide | © 2024 MindFusion |