Back to Devexpress

DeleteContextValidatingEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-validation-a485eddf.md

latest2.1 KB
Original Source

DeleteContextValidatingEventArgs Class

Arguments passed to the PersistenceValidationController.DeleteContextValidating event.

Namespace : DevExpress.ExpressApp.Validation

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

NuGet Package : DevExpress.ExpressApp.Validation

Declaration

csharp
public class DeleteContextValidatingEventArgs :
    ContextValidatingEventArgs
vb
Public Class DeleteContextValidatingEventArgs
    Inherits ContextValidatingEventArgs

DeleteContextValidatingEventArgs is the data class for the following events:

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

DeleteContextValidatingEventArgs Members

DevExpress.ExpressApp.Validation Namespace