Back to Devexpress

CustomGetAggregatedObjectsToValidateEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-validation-629817da.md

latest2.1 KB
Original Source

CustomGetAggregatedObjectsToValidateEventArgs Class

Arguments passed to the PersistenceValidationController.CustomGetAggregatedObjectsToValidate event.

Namespace : DevExpress.ExpressApp.Validation

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

NuGet Package : DevExpress.ExpressApp.Validation

Declaration

csharp
public class CustomGetAggregatedObjectsToValidateEventArgs :
    HandledEventArgs
vb
Public Class CustomGetAggregatedObjectsToValidateEventArgs
    Inherits HandledEventArgs

CustomGetAggregatedObjectsToValidateEventArgs is the data class for the following events:

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

CustomGetAggregatedObjectsToValidateEventArgs Members

DevExpress.ExpressApp.Validation Namespace