Skip to main content

ASPxClientTreeListBatchEditTemplateCellFocusedEventHandler<Sender> Interface

A method that will handle the ASPxClientTreeList.BatchEditTemplateCellFocused event.

Declaration

interface ASPxClientTreeListBatchEditTemplateCellFocusedEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListBatchEditTemplateCellFocusedEventArgs): void; }

Parameters

Name Type Description
source Sender

The event sender.

e ASPxClientTreeListBatchEditTemplateCellFocusedEventArgs

A ASPxClientTreeListBatchEditTemplateCellFocusedEventArgs object that contains event data.

See Also