CustomGetAggregatedObjectsToValidateEventArgs(Object) Constructor
Creates an instance of the CustomGetAggregatedObjectsToValidateEventArgs class.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Validation
Declaration
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