Skip to main content
.NET 6.0+

DeleteContextValidatingEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

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

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