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

ThumbnailImageEventArgs(Int32, AsyncImageLoader, ImageLoadInfo) Constructor

Initializes a new instance of the ThumbnailImageEventArgs class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

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