ValidationCompletedEventArgs(Control, String, Boolean, Boolean, Control, Control) Constructor
Initializes a new instance of the ValidationCompletedEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
public ValidationCompletedEventArgs(
Control container,
string validationGroup,
bool invisibleControlsValidated,
bool isValid,
Control firstInvalidControl,
Control firstVisibleInvalidControl
)
Parameters
| Name | Type | Description |
|---|---|---|
| container | Control | A Control object representing the container of controls that have been validated. |
| validationGroup | String | A string value that specifies the name of the group of controls that have been validated. |
| invisibleControlsValidated | Boolean |
|
| isValid | Boolean |
|
| firstInvalidControl | Control | A Control object representing the first control that has an invalid value. |
| firstVisibleInvalidControl | Control | A Control object representing the first visible control that has an invalid value. |