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