Ribbon.OnItemsChanged(NotifyCollectionChangedEventArgs) 方法

定义

Ribbon 中的项更改时更新当前选择并使标题同步。

protected:
 override void OnItemsChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ e);
protected override void OnItemsChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
override this.OnItemsChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overrides Sub OnItemsChanged (e As NotifyCollectionChangedEventArgs)

参数

适用于