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 ASPx |
e | ASPx |
An ASPx |