ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / OnClientRemoteSaving Property






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