[]
Configurates the OnClientSizeChanging client event. Sets the client function which occurs while the user resizes the Popup, between the resizing and resized events.
public PopupBuilder OnClientSizeChanging(string value)
Public Function OnClientSizeChanging(value As String) As PopupBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| PopupBuilder | Current builder. |