DeleteContextValidatingEventArgs Class
In This Article
Arguments passed to the PersistenceValidationController.DeleteContextValidating event.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Validation
#Declaration
public class DeleteContextValidatingEventArgs :
ContextValidatingEventArgs
#Remarks
The DeleteContextValidatingEventArgs class declares properties specific to the PersistenceValidationController.DeleteContextValidating event, which allows you to customize the list of objects to validate in the Delete context.
#Inheritance
Object
EventArgs
ContextValidatingEventArgs
DeleteContextValidatingEventArgs
See Also