Skip to main content
A newer version of this page is available. .

ObjectsCountGettingEventArgs(Type, CriteriaOperator) Constructor

Initializes a new instance of the ObjectsCountGettingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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