Called when the ItemsSource property changes.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: 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 _ ) |
Parameters
- oldValue
- Type: System.Collections..::.IEnumerable
- newValue
- Type: System.Collections..::.IEnumerable