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






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