ItemTreeNodeTNode, TItemSetItem Method

Set a new item for this node. Usually invoked because of changes in the Replication Layer

Definition

Namespace: MobileTrack.Common.Models.TreeViews.ItemTree
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public void SetItem(
	TItem item
)

Parameters

item  TItem
New item

Exceptions

InvalidOperationExceptionInvoked if the ID of item is different from Item

See Also