'Declaration Public Event ItemsChanged As System.EventHandler(Of QatItemsChangedEventArgs)
public event System.EventHandler<QatItemsChangedEventArgs> ItemsChanged
Event Data
The event handler receives an argument of type QatItemsChangedEventArgs containing data related to this event. The following QatItemsChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
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. |
See Also