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