CustomGetAggregatedObjectsToValidateEventArgs Class
Arguments passed to the PersistenceValidationController.CustomGetAggregatedObjectsToValidate event.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Validation
Declaration
Remarks
The CustomGetAggregatedObjectsToValidate event occurs when determining which aggregated objects should be validated. Handle this event to manually specify aggregated objects to be validated.
Inheritance
Object
EventArgs
HandledEventArgs
CustomGetAggregatedObjectsToValidateEventArgs
See Also