C1.Win.Ribbon Namespace / QatItemsChangedEventArgs Class / Item Property

In This Topic
Item Property (QatItemsChangedEventArgs)
In This Topic
Gets the RibbonItem or RibbonGroup that is added or removed to/from the QAT.
Syntax
'Declaration
 
Public ReadOnly Property Item As Component
 
Remarks
This property returns null (Nothing in VB) if Action is equal to QatItemAction.Reset.
See Also