ValidationCompletedEventArgs Constructors
Provides data for the ASPxGlobalEvents.ValidationCompleted event that allows you to centrally validate user input within all DevExpress web controls to which validation is applied.Name | Parameters | Description |
---|---|---|
ValidationCompletedEventArgs(Control, String, Boolean, Boolean, Control, Control) | container, validationGroup, invisibleControlsValidated, isValid, firstInvalidControl, firstVisibleInvalidControl | Initializes a new instance of the ValidationCompletedEventArgs class. |
See Also