TreeListBuilder<T>.OnCellDblClick Method
| Name | Parameters | Description |
|---|---|---|
| OnCellDblClick(RazorBlock) | jsFunc | A function that is executed when a cell is double-clicked or double-tapped. Executed before onRowDblClick. Mirrors the client-side onCellDblClick option. |
| OnCellDblClick(String) | jsFunc | A function that is executed when a cell is double-clicked or double-tapped. Executed before onRowDblClick. Mirrors the client-side onCellDblClick option. |