Skip to main content
All docs
V23.2
.NET 6.0+

ImageLoader.ImageInfoLoading Event

Occurs when an image is loading. Set the Cancel event argument to true to skip loading.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<ImageInfoLoadingEventArgs> ImageInfoLoading

Event Data

The ImageInfoLoading event's data class is DevExpress.ExpressApp.Utils.ImageInfoLoadingEventArgs.

Remarks

For example, you can handle this event if ImageLoader cannot find an image, but you do not want to write the following message to the log file in Verbose (4) mode:
ImageLoader: Image is not found by its name in the following sources…“.

See Also