Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DeleteContextValidatingEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v20.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