ASPxClientVerticalGridBatchEditTemplateCellFocusedEventHandler<Sender> Interface
A method that will handle the ASPxClientVerticalGrid.BatchEditTemplateCellFocused event.
Declaration
interface ASPxClientVerticalGridBatchEditTemplateCellFocusedEventHandler<Sender> { (source: Sender, e: ASPxClientVerticalGridBatchEditTemplateCellFocusedEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event source. Identifies the button editor that raised the event. |
e | ASPxClientVerticalGridBatchEditTemplateCellFocusedEventArgs | An ASPxClientVerticalGridBatchEditTemplateCellFocusedEventArgs object that contains event data. |