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

ASPxClientUploadControlValidationErrorOccurredEventHandler<Sender> Interface

A method that will handle the ASPxClientUploadControl.ValidationErrorOccurred event.

Declaration

interface ASPxClientUploadControlValidationErrorOccurredEventHandler<Sender> { (source: Sender, e: ASPxClientUploadControlValidationErrorOccurredEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientUploadControlValidationErrorOccurredEventArgs

An ASPxClientUploadControlValidationErrorOccurredEventArgs object that contains event data.