Represent a method that creates actual DiagramNode -derived objects to represent data items on screen.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksThe delegate method can be assigned to the InstantiateNode property of VirtualizingDiagram to create instances of a custom node type.
See Also