Skip to main content

ASPxClientCardViewBatchEditTemplateCellFocusedEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientCardView.BatchEditTemplateCellFocused event.

#Declaration

TypeScript
interface ASPxClientCardViewBatchEditTemplateCellFocusedEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewBatchEditTemplateCellFocusedEventArgs): void; }

#Parameters

Name Type Description
source Sender

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

e ASPxClientCardViewBatchEditTemplateCellFocusedEventArgs

An ASPxClientCardViewBatchEditTemplateCellFocusedEventArgs object that contains event data.