ASPxClientVerticalGridBatchEditChangesSavingEventHandler<Sender> Interface
A method that will handle the ASPxClientVerticalGrid.BatchEditChangesSaving event.
Declaration
interface ASPxClientVerticalGridBatchEditChangesSavingEventHandler<Sender> { (source: Sender, e: ASPxClientVerticalGridBatchEditChangesSavingEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the vertical grid object which raised the event. |
e | ASPxClientVerticalGridBatchEditChangesSavingEventArgs | An ASPxClientVerticalGridBatchEditChangesSavingEventArgs object that contains event data. |