Skip to main content

ASPxClientEditValidationEventHandler<Sender> Interface

In This Article

A method that will handle client validation events.

#Declaration

TypeScript
interface ASPxClientEditValidationEventHandler<Sender> { (source: Sender, e: ASPxClientEditValidationEventArgs): void; }

#Parameters

Name Type Description
source Sender

An object representing the event source. Identifies the button editor that raised the event.

e ASPxClientEditValidationEventArgs

An ASPxClientEditValidationEventArgs object that contains event data.