Skip to main content
A newer version of this page is available. .

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.