Método RibbonGallery.OnItemsChanged
Chamado quando o Items alterações de propriedade.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
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
- e
Tipo: System.Collections.Specialized.NotifyCollectionChangedEventArgs
Informações sobre a alteração.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.