GalleryThumbnailImageEventArgs(GalleryItem, Int32, AsyncImageLoader, ImageLoadInfo) Constructor
Initializes a new instance of the GalleryThumbnailImageEventArgs class with the specified settings.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public GalleryThumbnailImageEventArgs(
GalleryItem item,
int dataSourceIndex,
AsyncImageLoader loader,
ImageLoadInfo info
)
Parameters
Name | Type | Description |
---|---|---|
item | GalleryItem | The currently processed item. |
dataSourceIndex | Int32 | The item’s position among other items. |
loader | DevExpress.Utils.AsyncImageLoader | An object that performs image load. |
info | DevExpress.Utils.ImageLoadInfo | An object that stores detailed information about the item. |
Remarks
Typically there is no need to call this constructor from your code.
See Also