RibbonTab.OnItemsChanged 方法

Items 属性发生更改时调用。

命名空间:  Microsoft.Windows.Controls.Ribbon
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

RibbonTab 类

Microsoft.Windows.Controls.Ribbon 命名空间