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

In This Topic
    SelectedIndexChanged Property (MenuTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.ComboBoxBase<T>.OnClientSelectedIndexChanged client event. Occurs when the value of the SelectedIndex property changes.
    Syntax
    'Declaration
     
    Public Overridable Property SelectedIndexChanged As String
    public virtual string SelectedIndexChanged {get; set;}
    See Also