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

In This Topic
    SelectedIndexChanged Property (InputTimeTagHelper)
    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