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

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

Syntax

C#
protected internal virtual void UpdateSelectedEntityItems(
	IList addedItems,
	IList removedItems
)
Visual Basic (Declaration)
Protected Friend Overridable 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