A newer version of this page is available.
Switch to the current version.
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. |
Feedback