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





Represent a method that creates actual DiagramLink objects to represent data items on screen.

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

 Syntax

C#  Copy Code

public delegate DiagramLink InstantiateLink (
    Object dataItem
)

Visual Basic  Copy Code

Public Delegate Function InstantiateLink( _
    dataItem As Object _
) As DiagramLink

 Parameters

dataItem

A data item that should be shown on screen.

 Return Value

A DiagramLink instance.

 Remarks

The delegate method can be assigned to the InstantiateLink property of VirtualizingDiagram to create instances of a custom link type.

 See Also

MindFusion.Diagramming.Wpf Namespace