RibbonGalleryCategory.OnItemsSourceChanged(IEnumerable, IEnumerable) Method

Definition

Invoked when the ItemsSource property changes.

protected:
 override void OnItemsSourceChanged(System::Collections::IEnumerable ^ oldValue, System::Collections::IEnumerable ^ newValue);
protected override void OnItemsSourceChanged (System.Collections.IEnumerable oldValue, System.Collections.IEnumerable newValue);
override this.OnItemsSourceChanged : System.Collections.IEnumerable * System.Collections.IEnumerable -> unit
Protected Overrides Sub OnItemsSourceChanged (oldValue As IEnumerable, newValue As IEnumerable)

Parameters

oldValue
IEnumerable

The old value of the ItemsSource property.

newValue
IEnumerable

The new value of the ItemsSource property.

Applies to