ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TabPanelTagHelper Class / SelectedIndexChanged Property

In This Topic
    SelectedIndexChanged Property (TabPanelTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.TabPanel.OnClientSelectedIndexChanged client event. Occurs when the value of the selectedIndex property changes.
    Syntax
    'Declaration
     
    Public Property SelectedIndexChanged As String
    public string SelectedIndexChanged {get; set;}
    See Also