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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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