ASPxClientTreeListBatchEditChangesCancelingEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientTreeList.BatchEditChangesCanceling event.
#Declaration
TypeScript
interface ASPxClientTreeListBatchEditChangesCancelingEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListBatchEditChangesCancelingEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPx |
A ASPx |
See Also