Skip to main content
All docs
V25.1
  • .NET 8.0+

    QueryIconEventArgs(Lazy<Icon>, Lazy<Icon>) Constructor

    For internal use.

    Namespace: DevExpress.ExpressApp.Win

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

    Declaration

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

    Parameters

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