OnClientRefreshed Property
In This Topic
Occurs after the control has refreshed its contents.
Syntax
'Declaration
Public Property OnClientRefreshed As System.String
'Usage
Dim instance As Control
Dim value As System.String
instance.OnClientRefreshed = value
value = instance.OnClientRefreshed
public System.string OnClientRefreshed {get; set;}
public read-write property OnClientRefreshed: System.String;
public function get,set OnClientRefreshed : System.String
public: __property System.string* get_OnClientRefreshed();
public: __property void set_OnClientRefreshed(
System.string* value
);
public:
property System.String^ OnClientRefreshed {
System.String^ get();
void set ( System.String^ value);
}
See Also