RibbonGallery.OnItemsSourceChanged(IEnumerable, IEnumerable) Metodo

Definizione

Richiamato quando la proprietà ItemsSource cambia.

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)

Parametri

oldValue
IEnumerable

Valore precedente della proprietà ItemsSource.

newValue
IEnumerable

Nuovo valore della proprietà ItemsSource .

Si applica a