BaseGallery Events
Represents a base class for galleries.
Name | Description |
---|---|
Custom |
Allows you to draw the gallery manually. |
Custom |
Allows you to manually paint the background of this Gallery when it has no items. |
Custom |
Enables the Gallery item’s image to be painted manually. |
Custom |
Enables the Gallery item’s text to be painted manually. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
End |
Fires after gallery scrolling stops. |
Filter |
Fires when a standard item of a gallery’s Group Filter menu is clicked. |
Filter |
Fires when an end-user invokes the Group Filter menu. |
Gallery |
Fires when the mouse pointer hovers over a Gallery item. |
Gallery |
Fires when the mouse pointer leaves a Gallery item. |
Get |
Allows you to set the custom loading indicator. |
Get |
Occurs each time the gallery needs to display an item whose image is loaded asynchronously. |
Item |
Fires whenever an item’s check (selected) state is changed. |
Item |
Fires when a Gallery item is clicked. |
Item |
Fires after a gallery item has been double-clicked. |
Marquee |
Fires when a user has finished selecting gallery items using marquee selection. |
See Also