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

ASPxClientEditValidationEventHandler<Sender> Interface

A method that will handle client validation events.

Declaration

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.