ASPxClientTreeListBatchEditTemplateCellFocusedEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientTreeList.BatchEditTemplateCellFocused event.
#Declaration
TypeScript
interface ASPxClientTreeListBatchEditTemplateCellFocusedEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListBatchEditTemplateCellFocusedEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event sender. |
e | ASPx |
A ASPx |
See Also