[]
Configurates the OnClientPositionChanged client event. Sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events, after the PositionChanging event.
public PopupBuilder OnClientPositionChanged(string value)
Public Function OnClientPositionChanged(value As String) As PopupBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| PopupBuilder | Current builder. |