Updates the internal selected entity collection to reflect the selection changes in the ListBox host.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
C# |
---|
protected internal virtual void UpdateSelectedEntities( IList addedItems, IList removedItems ) |
Visual Basic (Declaration) |
---|
Protected Friend Overridable Sub UpdateSelectedEntities ( _ 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.