OnClientSizeChanged Property
In This Topic
Gets or sets the client function which occurs while the user resizes the Popup, between the resizing and resized events, after the SizeChanging event.
Syntax
'Declaration
Public Property OnClientSizeChanged As String
public string OnClientSizeChanged {get; set;}
See Also