ASPxClientGridViewBatchEditRowInsertingEventHandler<Sender> Interface
A method that will handle the ASPxClientGridView.BatchEditRowInserting event.
Declaration
interface ASPxClientGridViewBatchEditRowInsertingEventHandler<Sender> { (source: Sender, e: ASPxClientGridViewBatchEditRowInsertingEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the card view object which raised the event. |
e | ASPxClientGridViewBatchEditRowInsertingEventArgs | An ASPxClientGridViewBatchEditRowInsertingEventArgs object that contains event data. |