Represents a method that instantiates data items for links drawn by the user.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public delegate Object InstantiateLinkData ( |
Visual Basic
![]() |
---|
Public Delegate Function InstantiateLinkData ( _ |
A data item for the new link.
The delegate method can be assigned to the InstantiateLinkData property of VirtualizingDiagram to create data items when the user draws new links.