InRibbonGallery Events
An In-Ribbon gallery.| Name | Description |
|---|---|
| CustomDraw | Allows you to draw the gallery manually. Inherited from BaseGallery. |
| CustomDrawEmptyBackground | Allows you to manually paint the background of this Gallery when it has no items. Inherited from BaseGallery. |
| CustomDrawItemImage | Enables the Gallery item’s image to be painted manually. Inherited from BaseGallery. |
| CustomDrawItemText | Enables the Gallery item’s text to be painted manually. Inherited from BaseGallery. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| EndScroll | Fires after gallery scrolling stops. Inherited from BaseGallery. |
| FilterMenuItemClick | Fires when a standard item of a gallery’s Group Filter menu is clicked. Inherited from BaseGallery. |
| FilterMenuPopup | Fires when an end-user invokes the Group Filter menu. Inherited from BaseGallery. |
| GalleryItemHover | Fires when the mouse pointer hovers over a Gallery item. Inherited from BaseGallery. |
| GalleryItemLeave | Fires when the mouse pointer leaves a Gallery item. Inherited from BaseGallery. |
| GetLoadingImage | Allows you to set the custom loading indicator. Inherited from BaseGallery. |
| GetThumbnailImage | Occurs each time the gallery needs to display an item whose image is loaded asynchronously. Inherited from BaseGallery. |
| InitDropDownGallery | Enables the gallery, when it’s displayed as a dropdown window, to be customized. |
| ItemCheckedChanged | Fires whenever an item’s check (selected) state is changed. Inherited from BaseGallery. |
| ItemClick | Fires when a Gallery item is clicked. Inherited from BaseGallery. |
| ItemDoubleClick | Fires after a gallery item has been double-clicked. Inherited from BaseGallery. |
| MarqueeSelectionCompleted | Fires when a user has finished selecting gallery items using marquee selection. Inherited from BaseGallery. |
| PopupClose | Fires when a popup window which contains the current gallery is closed. |
See Also