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

CustomGetAggregatedObjectsToValidateEventArgs(Object) Constructor

Creates an instance of the CustomGetAggregatedObjectsToValidateEventArgs class.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v19.1.dll

Declaration

public CustomGetAggregatedObjectsToValidateEventArgs(
    object ownerObject
)

Parameters

Name Type Description
ownerObject Object

An object whose aggregated objects are about to be validated. This parameter value is assigned to the CustomGetAggregatedObjectsToValidateEventArgs.OwnerObject property.

See Also