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