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





Raised when a link is selected, either programmatically or by the user.

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

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkSelected

Visual Basic  Copy Code

Public Event LinkSelected As EventHandler(Of LinkEventArgs)

 Event Data

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

Member name

Description

Link

The DiagramLink that has been selected.

 See Also

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