OnClientPositionChanging Property
In This Topic
Gets or sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events.
Syntax
'Declaration
Public Property OnClientPositionChanging As String
public string OnClientPositionChanging {get; set;}
See Also