Interface for a tree node that encapsulates data and can contain child nodes.
| C# |
public interface ILoadNode
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| LoadChildren(Boolean) |
Loads child nodes.
| |
| RefreshData()()() |
Loads data associated with the node.
|