Skip to main content
.NET 6.0+

RuleSet.OnValidationCompleted(Object, ValidationCompletedEventArgs) Method

Namespace: DevExpress.Persistent.Validation

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

Declaration

[Browsable(false)]
public void OnValidationCompleted(
    object sender,
    ValidationCompletedEventArgs args
)

Parameters

Name Type
sender Object
args ValidationCompletedEventArgs
See Also