Skip to main content
All docs
V26.1
  • QueryIconEventArgs(Lazy<Icon>, Lazy<Icon>) Constructor

    For internal use.

    Namespace: DevExpress.ExpressApp.Win

    Assembly: DevExpress.ExpressApp.Win.v26.1.dll

    NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

    Declaration

    public QueryIconEventArgs(
        Lazy<Icon> iconSmallCreator,
        Lazy<Icon> iconLargeCreator
    )

    Parameters

    Name Type
    iconSmallCreator Lazy<Icon>
    iconLargeCreator Lazy<Icon>
    See Also