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 System.String
'Usage
Dim instance As Popup
Dim value As System.String
instance.OnClientSizeChanged = value
value = instance.OnClientSizeChanged
public System.string OnClientSizeChanged {get; set;}
public read-write property OnClientSizeChanged: System.String;
public function get,set OnClientSizeChanged : System.String
public: __property System.string* get_OnClientSizeChanged();
public: __property void set_OnClientSizeChanged(
System.string* value
);
public:
property System.String^ OnClientSizeChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also