Search
DiagramBase.LinkDeleted Event
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkDeleted

Visual Basic  Copy Code

Public Event LinkDeleted As EventHandler(Of LinkEventArgs)

 Remarks

The link is removed from the Items and Links collections before the event is raised.

 See Also