Called when the source of an item in a selector changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
protected override void OnItemsSourceChanged(
	IEnumerable oldValue,
	IEnumerable newValue
)
Visual Basic (Declaration)
Protected Overrides Sub OnItemsSourceChanged ( _
	oldValue As IEnumerable, _
	newValue As IEnumerable _
)

Parameters

oldValue
Type: System.Collections..::.IEnumerable
Old value of the source.
newValue
Type: System.Collections..::.IEnumerable
New value of the source.

See Also