A newer version of this page is available.
Switch to the current version.
ASPxClientVerticalGridBatchEditStartEditingEventHandler<Sender> Interface
A method that will handle the ASPxClientVerticalGrid.BatchEditStartEditing event.
Declaration
interface ASPxClientVerticalGridBatchEditStartEditingEventHandler<Sender> { (source: Sender, e: ASPxClientVerticalGridBatchEditStartEditingEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPxClientVerticalGridBatchEditStartEditingEventArgs | An ASPxClientVerticalGridBatchEditStartEditingEventArgs object that contains event data. |
Feedback