C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonQat Class / ItemsChanged Event

ItemsChanged Event (RibbonQat)
Occurs whenever a RibbonItem or RibbonGroup is added or removed to/from the Items collection.
Syntax
'Declaration
 
Public Event ItemsChanged As System.EventHandler(Of QatItemsChangedEventArgs)
 
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.

PropertyDescription
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.  
See Also