Compartir a través de


RibbonGalleryCategory.OnItemsChanged (Método)

Se invoca cuando cambia la propiedad Items.

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Protected Overrides Sub OnItemsChanged ( _
    e As NotifyCollectionChangedEventArgs _
)
protected override void OnItemsChanged(
    NotifyCollectionChangedEventArgs e
)
protected:
virtual void OnItemsChanged(
    NotifyCollectionChangedEventArgs^ e
) override
abstract OnItemsChanged : 
        e:NotifyCollectionChangedEventArgs -> unit 
override OnItemsChanged : 
        e:NotifyCollectionChangedEventArgs -> unit 
protected override function OnItemsChanged(
    e : NotifyCollectionChangedEventArgs
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

RibbonGalleryCategory Clase

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)