MindFusion.Diagramming for Universal Windows Programmer's Guide
DiagramBase.SelectionChanged Event
See Also
 






Raised when an item is added to or removed from the selection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler SelectionChanged

Visual Basic  Copy Code

Public Event SelectionChanged As EventHandler

 Remarks

Use the Nodes and Links properties of the diagram's Selection to find out which items are currently selected.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming Namespace