Método RibbonGalleryCategory.OnItemsSourceChanged
Chamado quando o ItemsSource alterações de propriedade.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- oldValue
Tipo: System.Collections.IEnumerable
O valor antigo de ItemsSource propriedade.
- newValue
Tipo: System.Collections.IEnumerable
O novo valor de ItemsSource propriedade.
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.