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