RibbonGallery.OnItemsSourceChanged - метод

Вызывается при изменении свойства ItemsSource.

Пространство имен:  Microsoft.Windows.Controls.Ribbon
Сборка:  RibbonControlsLibrary (в RibbonControlsLibrary.dll)

Синтаксис

'Декларация
Protected Overrides Sub OnItemsSourceChanged ( _
    oldValue As IEnumerable, _
    newValue As IEnumerable _
)
protected override void OnItemsSourceChanged(
    IEnumerable oldValue,
    IEnumerable newValue
)
protected:
virtual void OnItemsSourceChanged(
    IEnumerable^ oldValue, 
    IEnumerable^ newValue
) override
abstract OnItemsSourceChanged : 
        oldValue:IEnumerable * 
        newValue:IEnumerable -> unit 
override OnItemsSourceChanged : 
        oldValue:IEnumerable * 
        newValue:IEnumerable -> unit 
protected override function OnItemsSourceChanged(
    oldValue : IEnumerable, 
    newValue : IEnumerable
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

RibbonGallery Класс

Microsoft.Windows.Controls.Ribbon - пространство имен