Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.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