ASPxClientCardViewBatchEditConfirmShowingEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientCardView.BatchEditConfirmShowing client event.
#Declaration
TypeScript
interface ASPxClientCardViewBatchEditConfirmShowingEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewBatchEditConfirmShowingEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPx |
An ASPx |