Skip to main content

ASPxClientGridViewBatchEditTemplateCellFocusedEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientGridView.BatchEditTemplateCellFocused event.

#Declaration

TypeScript
interface ASPxClientGridViewBatchEditTemplateCellFocusedEventHandler<Sender> { (source: Sender, e: ASPxClientGridViewBatchEditTemplateCellFocusedEventArgs): void; }

#Parameters

Name Type Description
source Sender

An object representing the event source. Identifies the button editor that raised the event.

e ASPxClientGridViewBatchEditTemplateCellFocusedEventArgs

An ASPxClientGridViewBatchEditTemplateCellFocusedEventArgs object that contains event data.