Table of Contents

Method OnItemsSourceChanged

Namespace
Innova.Prism.Library.Controls
Assembly
Innova.Prism.Library.dll

OnItemsSourceChanged(IEnumerable, IEnumerable)

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

protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)

Parameters

oldValue IEnumerable

Old value of the source.

newValue IEnumerable

New value of the source.