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