ContextValidatingEventArgs Class
Arguments passed to the PersistenceValidationController.ContextValidating event.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Validation
Declaration
Remarks
The ContextValidating event occurs when validation rules associated with the Delete or Save validation contexts are about to be checked. Handle this event to force validation of specific objects, which otherwise would not be validated automatically in a particular situation.
See Also