Back to Devexpress

RuleValidatedEventArgs Class

expressappframework-devexpress-dot-persistent-dot-validation-836e0652.md

latest1.8 KB
Original Source

RuleValidatedEventArgs Class

Arguments passed to the RuleSet.RuleValidated event.

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public class RuleValidatedEventArgs :
    HandledEventArgs
vb
Public Class RuleValidatedEventArgs
    Inherits HandledEventArgs

RuleValidatedEventArgs is the data class for the following events:

Remarks

The RuleSet.RuleValidated event occurs after the RuleSet.Validate method is executed. Handle this event to perform specific actions after the validation of each rule is complete.

Inheritance

Object EventArgs HandledEventArgs RuleValidatedEventArgs

See Also

RuleValidatedEventArgs Members

DevExpress.Persistent.Validation Namespace