CollectionItem - harborsiem/WinForms-Ribbon GitHub Wiki
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: