TreeListBuilder<T>.OnKeyDown Method
| Name | Parameters | Description |
|---|---|---|
| OnKeyDown(RazorBlock) | jsFunc | A function that is executed when the UI component is in focus and a key has been pressed down. Mirrors the client-side onKeyDown option. |
| OnKeyDown(String) | jsFunc | A function that is executed when the UI component is in focus and a key has been pressed down. Mirrors the client-side onKeyDown option. |