Updates the internal selected item collection to reflect the selection changes in the ListView host.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)

Syntax

C#
protected override void UpdateSelectedEntityItems(
	IList addedItems,
	IList removedItems
)
Visual Basic (Declaration)
Protected Overrides Sub UpdateSelectedEntityItems ( _
	addedItems As IList, _
	removedItems As IList _
)

Parameters

addedItems
Type: System.Collections..::.IList
Gets a list that contains the entities that were selected.
removedItems
Type: System.Collections..::.IList
Gets a list that contains the entities that were unselected.

See Also