Represents a method that instantiates data items for nodes drawn by the user.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public delegate Object InstantiateNodeData ( |
Visual Basic Copy Code |
---|
Public Delegate Function InstantiateNodeData( _ |
A DiagramNode drawn by the user.
A data item for the new node.
The delegate method can be assigned to the InstantiateNodeData property of VirtualizingDiagram to create data items when the user draws new nodes.
WpfDiagram Programmer's Guide | © 2024 MindFusion |