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





Raised when a link is no longer the ActiveItem.

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

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkDeactivated

Visual Basic  Copy Code

Public Event LinkDeactivated As EventHandler(Of LinkEventArgs)

 Event Data

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

Member name

Description

Link

A DiagramLink that was the ActiveItem.

 Remarks

LinkDeactivated is raised when the ActiveItem changes and before that it referred to a link.

 See Also

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