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






In This Topic
    OnClientLoaded Property
    In This Topic
    Occurs after the @see:FlexSheet loads the @see:Workbook instance.
    Syntax
    'Declaration
     
    
    Public Property OnClientLoaded As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.OnClientLoaded = value
     
    value = instance.OnClientLoaded
    public System.string OnClientLoaded {get; set;}
    public read-write property OnClientLoaded: System.String; 
    public function get,set OnClientLoaded : System.String
    public: __property System.string* get_OnClientLoaded();
    public: __property void set_OnClientLoaded( 
       System.string* value
    );
    public:
    property System.String^ OnClientLoaded {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also