DropDownBoxBuilder.OnCopy Method
| Name | Parameters | Description |
|---|---|---|
| OnCopy(RazorBlock) | jsFunc | A function that is executed when the UI component's input has been copied. Mirrors the client-side onCopy option. |
| OnCopy(String) | jsFunc | A function that is executed when the UI component's input has been copied. Mirrors the client-side onCopy option. |