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)

매개 변수

e
NotifyCollectionChangedEventArgs

이벤트 데이터입니다.

적용 대상