MindFusion.Wpf Pack Programmer's Guide
InstantiateLinkData Delegate
See Also
 





Represents a method that instantiates data items for links drawn by the user.

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

 Syntax

C#  Copy Code

public delegate Object InstantiateLinkData (
    DiagramLink link
)

Visual Basic  Copy Code

Public Delegate Function InstantiateLinkData( _
    link As DiagramLink _
) As Object

 Parameters

link

A DiagramLink drawn by the user.

 Return Value

A data item for the new link.

 Remarks

The delegate method can be assigned to the InstantiateLinkData property of VirtualizingDiagram to create data items when the user draws new links.

 See Also

MindFusion.Diagramming.Wpf Namespace