Skip to main content
.NET 6.0+

ObjectsCountGettingEventArgs(Type, CriteriaOperator) Constructor

Initializes a new instance of the ObjectsCountGettingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ObjectsCountGettingEventArgs(
    Type objectType,
    CriteriaOperator criteria
)

Parameters

Name Type Description
objectType Type

A Type object that identifies the type of objects against which the calculation will be performed.

criteria CriteriaOperator

The CriteriaOperator that specifies the criteria for object selection in the database.

See Also