ThumbnailImageEventArgs(Int32, AsyncImageLoader, ImageLoadInfo) Constructor
Initializes a new instance of the ThumbnailImageEventArgs class with the specified settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public ThumbnailImageEventArgs(
int dataSourceIndex,
AsyncImageLoader loader,
ImageLoadInfo info
)
Parameters
Name | Type | Description |
---|---|---|
dataSourceIndex | Int32 | The index of the currently processed item among other items. This value is used to initialize the ThumbnailImageEventArgs.DataSourceIndex property. |
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