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