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





Raised when a link has been pasted from the clipboard.

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

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkPasted

Visual Basic  Copy Code

Public Event LinkPasted As EventHandler(Of LinkEventArgs)

 Event Data

LinkPasted 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 pasted from the clipboard.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace