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