Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RuleSet.OnValidationCompleted(Object, ValidationCompletedEventArgs) Method

Namespace: DevExpress.Persistent.Validation

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

Declaration

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

Parameters

Name Type
sender Object
args ValidationCompletedEventArgs
See Also