Back to Devexpress

ValidationCompletedEventArgs Class

expressappframework-devexpress-dot-persistent-dot-validation-5af0305b.md

latest1.9 KB
Original Source

ValidationCompletedEventArgs Class

Arguments passed to the RuleSet.ValidationCompleted event.

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

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

ValidationCompletedEventArgs is the data class for the following events:

Remarks

The RuleSet.ValidationCompleted event occurs after the validation of the whole RuleSet if finished.

Inheritance

Object EventArgs HandledEventArgs ValidationCompletedEventArgs

See Also

ValidationCompletedEventArgs Members

DevExpress.Persistent.Validation Namespace