OnClientRemoteLoading Property
In This Topic
Occurs before remote loading the data from server.
Syntax
'Declaration
Public Property OnClientRemoteLoading As System.String
'Usage
Dim instance As FlexSheet
Dim value As System.String
instance.OnClientRemoteLoading = value
value = instance.OnClientRemoteLoading
public System.string OnClientRemoteLoading {get; set;}
public read-write property OnClientRemoteLoading: System.String;
public function get,set OnClientRemoteLoading : System.String
public: __property System.string* get_OnClientRemoteLoading();
public: __property void set_OnClientRemoteLoading(
System.string* value
);
public:
property System.String^ OnClientRemoteLoading {
System.String^ get();
void set ( System.String^ value);
}
See Also