Skip to main content
.NET 6.0+

CustomGetAggregatedObjectsToValidateEventArgs(Object) Constructor

Creates an instance of the CustomGetAggregatedObjectsToValidateEventArgs class.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v23.2.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