Called when the ItemsSource property changes.

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

Syntax

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

See Also