NumberBoxBuilder.OnEnterKey Method
Name | Parameters | Description |
---|---|---|
OnEnterKey(RazorBlock) | jsFunc | A function that is executed when the Enter key has been pressed while the UI component is focused. Mirrors the client-side onEnterKey option. |
OnEnterKey(String) | jsFunc | A function that is executed when the Enter key has been pressed while the UI component is focused. Mirrors the client-side onEnterKey option. |