Represent a method that creates actual DiagramNode -derived objects to represent data items on screen.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public delegate DiagramNode InstantiateNode ( |
Visual Basic Copy Code |
---|
Public Delegate Function InstantiateNode( _ |
A data item that should be shown on screen.
A DiagramNode instance.
The delegate method can be assigned to the InstantiateNode property of VirtualizingDiagram to create instances of a custom node type.
WpfDiagram Programmer's Guide | © 2024 MindFusion |