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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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