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

ASPxClientCardViewBatchEditCardValidatingEventHandler<Sender> Interface

A method that will handle the ASPxClientCardView.BatchEditCardValidating event.

Declaration

interface ASPxClientCardViewBatchEditCardValidatingEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewBatchEditCardValidatingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientCardViewBatchEditCardValidatingEventArgs

An ASPxClientCardViewBatchEditCardValidatingEventArgs object that contains event data.