Skip to main content

ASPxClientCardViewBatchEditCardInsertingEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientCardView.BatchEditCardInserting event.

#Declaration

TypeScript
interface ASPxClientCardViewBatchEditCardInsertingEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewBatchEditCardInsertingEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event source. This parameter identifies the card view object which raised the event.

e ASPxClientCardViewBatchEditCardInsertingEventArgs

An ASPxClientCardViewBatchEditCardInsertingEventArgs object that contains event data.