'宣言 Public Event ItemsChanged As EventHandler(Of QatItemsChangedEventArgs)
public event EventHandler<QatItemsChangedEventArgs> ItemsChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、QatItemsChangedEventArgs 型の引数を受け取りました。次の QatItemsChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Action | Gets a value indicating whether the item was added or removed to/from the QAT. |
| Item | Gets the RibbonItem or RibbonGroup that is added or removed to/from the QAT. |
参照