Skip to main content
.NET 6.0+

CustomNeedToValidateRuleEventArgs Class

Arguments passed to the RuleSet.CustomNeedToValidateRule event.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public class CustomNeedToValidateRuleEventArgs :
    HandledEventArgs

Remarks

The RuleSet.CustomNeedToValidateRule occurs before the validation of a rule begins.

Inheritance

Object
EventArgs
HandledEventArgs
CustomNeedToValidateRuleEventArgs
See Also