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