ItemTreeNodeTNode, TItemBuild Method

Builds the node and its children. Invoked from the parent node.

Definition

Namespace: MobileTrack.Common.Models.TreeViews.ItemTree
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal void Build(
	IReadOnlyList<TItem> childItems
)

Parameters

childItems  IReadOnlyListTItem
Child items to insert

Exceptions

InvalidOperationExceptionCannot be invoked if the tree node had already been built.

See Also