Represents a method that instantiates data items for links drawn by the user.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public delegate Object InstantiateLinkData ( |
Visual Basic Copy Code |
---|
Public Delegate Function InstantiateLinkData( _ |
A DiagramLink drawn by the user.
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |