constructor(value, errorText, isValid) Constructor
Initializes a new instance of the ASPxClientEditValidationEventArgs class with the specified settings.
Declaration
constructor(
value: string,
errorText: string,
isValid: boolean
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | An object that represents the validated value. |
| errorText | string | A string representing the error description. |
| isValid | boolean |
|
See Also