Back to Devexpress

ThumbnailImageEventArgs Class

windowsforms-devexpress-dot-utils-f4753142.md

latest2.4 KB
Original Source

ThumbnailImageEventArgs Class

Provides data for events that maintain the Asynchronous Image Load feature.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public class ThumbnailImageEventArgs :
    EventArgs
vb
Public Class ThumbnailImageEventArgs
    Inherits EventArgs

The following members return ThumbnailImageEventArgs objects:

ThumbnailImageEventArgs is the data class for the following events:

Remarks

This class provides data for the following events:

Inheritance

Object EventArgs ThumbnailImageEventArgs GalleryThumbnailImageEventArgs

See Also

ThumbnailImageEventArgs Members

Asynchronous Image Load in Data Grid

DevExpress.Utils Namespace