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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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