Back to Devexpress

PopupGalleryEditGallery Events

windowsforms-devexpress-dot-xtraeditors-dot-popupgalleryeditgallery-dot-underscore-events.md

latest7.3 KB
Original Source

PopupGalleryEditGallery Events

A gallery within a PopupGalleryEdit.

NameDescription
ContextButtonClickFires when a context button is clicked. Inherited from StandaloneGallery.
ContextButtonCustomizeAllows you to customize the context buttons for individual gallery items. Inherited from StandaloneGallery.
ContextButtonValueChangedInherited from StandaloneGallery.
CustomContextButtonToolTipAllows you to specify a tooltip shown when the mouse pointer hovers over a context button. This event is only raised for RatingContextButton and TrackBarContextButton objects. Inherited from StandaloneGallery.
CustomDrawAllows you to draw the gallery manually. Inherited from BaseGallery.
CustomDrawEmptyBackgroundAllows you to manually paint the background of this Gallery when it has no items. Inherited from BaseGallery.
CustomDrawItemImageEnables the Gallery item’s image to be painted manually. Inherited from BaseGallery.
CustomDrawItemTextEnables the Gallery item’s text to be painted manually. Inherited from BaseGallery.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DragItemDropFires after an item has been dropped. Allows you to perform custom actions on item dropping. Inherited from StandaloneGallery.
DragItemMoveFires during item dragging. Inherited from StandaloneGallery.
DragItemStartFires when a drag-and-drop operation starts on a gallery item. Allows you to cancel the operation. Inherited from StandaloneGallery.
EndScrollFires after gallery scrolling stops. Inherited from BaseGallery.
FilterMenuItemClickFires when a standard item of a gallery’s Group Filter menu is clicked. Inherited from BaseGallery.
FilterMenuPopupFires when an end-user invokes the Group Filter menu. Inherited from BaseGallery.
GalleryItemHoverFires when the mouse pointer hovers over a Gallery item. Inherited from BaseGallery.
GalleryItemLeaveFires when the mouse pointer leaves a Gallery item. Inherited from BaseGallery.
GetLoadingImageAllows you to set the custom loading indicator. Inherited from BaseGallery.
GetThumbnailImageOccurs each time the gallery needs to display an item whose image is loaded asynchronously. Inherited from BaseGallery.
ItemCheckedChangedFires whenever an item’s check (selected) state is changed. Inherited from BaseGallery.
ItemClickFires when a Gallery item is clicked. Inherited from BaseGallery.
ItemDoubleClickFires after a gallery item has been double-clicked. Inherited from BaseGallery.
ItemRightClickOccurs whenever an end-user right-clicks an item within the current StandaloneGallery. Inherited from StandaloneGallery.
MarqueeSelectionCompletedFires when a user has finished selecting gallery items using marquee selection. Inherited from BaseGallery.

See Also

PopupGalleryEditGallery Class

PopupGalleryEditGallery Members

DevExpress.XtraEditors Namespace