ASPxClientValidationCompletedEventHandler<Sender> Interface
A method that will handle the ASPxClientGlobalEvents.ValidationCompleted event.
Declaration
interface ASPxClientValidationCompletedEventHandler<Sender> { (source: Sender, e: ASPxClientValidationCompletedEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event source. Identifies the ASPxClientGlobalEvents object that raised the event. |
e | ASPxClientValidationCompletedEventArgs | An ASPxClientValidationCompletedEventArgs object that contains event data. |