ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Tabs Namespace / C1Tabs Class / OnClientLoad Property

In This Topic
    OnClientLoad Property
    In This Topic
    A function called after the content of a remote tab has been loaded.
    Syntax
    'Declaration
     
    Public Property OnClientLoad As System.String
    public System.string OnClientLoad {get; set;}
    See Also