OnClientRemoteSaved Property
In This Topic
Occurs when saving the file back to sever successfully.
Syntax
'Declaration
Public Property OnClientRemoteSaved As System.String
'Usage
Dim instance As FlexSheet
Dim value As System.String
instance.OnClientRemoteSaved = value
value = instance.OnClientRemoteSaved
public System.string OnClientRemoteSaved {get; set;}
public read-write property OnClientRemoteSaved: System.String;
public function get,set OnClientRemoteSaved : System.String
public: __property System.string* get_OnClientRemoteSaved();
public: __property void set_OnClientRemoteSaved(
System.string* value
);
public:
property System.String^ OnClientRemoteSaved {
System.String^ get();
void set ( System.String^ value);
}
See Also