Skip to main content
.NET 6.0+

QueryIconEventArgs(Icon, Icon) Constructor

Creates and initializes a new QueryIconEventArgs instance.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public QueryIconEventArgs(
    Icon iconSmall,
    Icon iconLarge
)

Parameters

Name Type Description
iconSmall Icon

A Icon object, which is the default small icon to be used by a Window’s Template. This parameter value is assigned to the QueryIconEventArgs.IconSmall property.

iconLarge Icon

A Icon object, which is the default large icon to be used by a Window’s Template. This parameter value is assigned to the QueryIconEventArgs.IconLarge property.

See Also