Skip to main content
A newer version of this page is available. .

StandaloneGallery Events

Represents the base class for the GalleryControlGallery, InDropDownGallery and PopupGalleryEditGallery classes.
Name Description
ContextButtonClick Fires when a context button is clicked.
ContextButtonCustomize Allows you to customize the context buttons for individual gallery items.
CustomContextButtonToolTip Allows hints for the RatingContextButton objects displayed in the current StandaloneGallery to be customized.
CustomDrawEmptyBackground 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.
DragItemDrop Fires after an item has been dropped. Allows you to perform custom actions on item dropping.
DragItemMove Fires during item dragging.
DragItemStart Fires when a drag-and-drop operation starts on a gallery item. Allows you to cancel the operation.
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.
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.
ItemRightClick Occurs whenever an end-user right-clicks an item within the current StandaloneGallery.
MarqueeSelectionCompleted Fires when a user has finished selecting gallery items using marquee selection. Inherited from BaseGallery.
See Also