ComponentOne Ribbon for WinForms
ItemsChanged Event

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonQat Class : ItemsChanged Event
Occurs whenever a RibbonItem or RibbonGroup is added or removed to/from the Items collection.
Syntax
'Declaration
 
Public Event ItemsChanged As QatItemsChangedEventHandler
public event QatItemsChangedEventHandler 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.

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