Back to Devexpress

ASPxClientValidationCompletedEventHandler<Sender> Interface

aspnet-js-aspxclientvalidationcompletedeventhandler-1.md

latest831 B
Original Source

ASPxClientValidationCompletedEventHandler<Sender> Interface

A method that will handle the ASPxClientGlobalEvents.ValidationCompleted event.

Declaration

ts
interface ASPxClientValidationCompletedEventHandler<Sender> { (source: Sender, e: ASPxClientValidationCompletedEventArgs): void; }

Parameters

NameTypeDescription
sourceSender

An object representing the event source. Identifies the ASPxClientGlobalEvents object that raised the event.

| | e | ASPxClientValidationCompletedEventArgs |

An ASPxClientValidationCompletedEventArgs object that contains event data.

|