Skip to main content
.NET 6.0+

ContextValidatingEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public class ContextValidatingEventArgs :
    EventArgs

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.

Inheritance

See Also