ColorBoxBuilder.OnFocusOut Method
| Name | Parameters | Description |
|---|---|---|
| OnFocusOut(RazorBlock) | jsFunc | A function that is executed when the UI component loses focus. Mirrors the client-side onFocusOut option. |
| OnFocusOut(String) | jsFunc | A function that is executed when the UI component loses focus. Mirrors the client-side onFocusOut option. |