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

RuleSet.OnValidationCompleted(Object, ValidationCompletedEventArgs) Method

Namespace: DevExpress.Persistent.Validation

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

Declaration

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

Parameters

Name Type
sender Object
args ValidationCompletedEventArgs
See Also