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

In This Topic
    OnClientRemove Property
    In This Topic
    A function called when a tab is removed.
    Syntax
    'Declaration
     
    Public Property OnClientRemove As System.String
    public System.string OnClientRemove {get; set;}
    See Also