Ribbon for WinForms
ItemsChanged イベント (RibbonQat)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonQat クラス : ItemsChanged イベント
Occurs whenever a RibbonItem or RibbonGroup is added or removed to/from the Items collection.
シンタックス
'宣言
 
Public Event ItemsChanged As EventHandler(Of QatItemsChangedEventArgs)
public event EventHandler<QatItemsChangedEventArgs> ItemsChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、QatItemsChangedEventArgs 型の引数を受け取りました。次の QatItemsChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets a value indicating whether the item was added or removed to/from the QAT.  
Gets the RibbonItem or RibbonGroup that is added or removed to/from the QAT.  
参照