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





Raised when the user draws a new link.

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

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkCreated

Visual Basic  Copy Code

Public Event LinkCreated As EventHandler(Of LinkEventArgs)

 Event Data

LinkCreated 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 created.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
InitializeLink Event
LinkCreating Event