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