Interface for a tree node with data and possible child nodes that supports notifying listeners
when child data is loaded.
| C# |
public interface ILoadNodeNotify : ILoadNode
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| ChildrenLoaded |
Whether children have been loaded.
| |
| LoadChildren(Boolean) |
Loads child data.
| |
| LoadChildren(Boolean) |
Loads child nodes.
(Inherited from ILoadNode.) | |
| NavigationChildrenLoaded |
Occurs when children have been loaded.
| |
| RefreshData()()() |
Loads data associated with the item.
| |
| RefreshData()()() |
Loads data associated with the node.
(Inherited from ILoadNode.) | |
| SourceProvider |
Data provider associated with the item.
|