ASPxClientTreeListBatchEditChangesSavingEventHandler<Sender> Interface
A method that will handle the ASPxClientTreeList.BatchEditChangesSaving event.
Declaration
interface ASPxClientTreeListBatchEditChangesSavingEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListBatchEditChangesSavingEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | The event source. |
| e | ASPxClientTreeListBatchEditChangesSavingEventArgs | A ASPxClientTreeListBatchEditChangesSavingEventArgs object that contains event data. |
See Also