Skip to content

CollectionItem

harborsiem edited this page Mar 26, 2025 · 2 revisions

CollectionItem

When the ChangedEvent is fired the sender parameter has Type CollectionItem. User have to cast sender parameter to get results from CollectionItem.

Public constructors, methods, properties and events:

Constructors:

CollectionItem is created by UICollection<T> for the event ChangedEvent. UICollection<T> class is used by RibbonComboBox, RibbonDropDownGallery, RibbonInRibbonGallery, RibbonSplitButtonGallery, RibbonQuickAccessToolbar controls. Control properties: GalleryCategories, GalleryItemItemsSource, GalleryCommandItemsSource, QatItemsSource

Methods:

Properties:

Name Description
Sender Get a IRibbonControl.
CollectionType Get Enum CollectionType (ItemsSource, Categories, QatItemsSource, CommandItemsSource).

Events:

Table of contents

Clone this wiki locally