Skip to main content
A newer version of this page is available. .

CustomValidateRuleEventArgs Class

Arguments passed to the RuleSet.CustomValidateRule event.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public class CustomValidateRuleEventArgs :
    EventArgs

Remarks

The RuleSet.CustomValidateRule occurs after the validation of a rule begins.

Inheritance

Object
EventArgs
CustomValidateRuleEventArgs
See Also