Skip to main content

ASPxClientValidationCompletedEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientGlobalEvents.ValidationCompleted event.

#Declaration

TypeScript
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.