ASPxClientCardViewBatchEditCardInsertingEventHandler<Sender> Interface
A method that will handle the ASPxClientCardView.BatchEditCardInserting event.
Declaration
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. |