PopupBuilder.OnResize Method
Name | Parameters | Description |
---|---|---|
OnResize(RazorBlock) | jsFunc | A function that is executed each time the UI component is resized by one pixel. Mirrors the client-side onResize option. |
OnResize(String) | jsFunc | A function that is executed each time the UI component is resized by one pixel. Mirrors the client-side onResize option. |