Skip to main content
.NET 6.0+

CustomGetAggregatedObjectsToValidateEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v23.2.dll

Declaration

public class CustomGetAggregatedObjectsToValidateEventArgs :
    HandledEventArgs

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