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

In This Topic
    ItemsSourceChanged Property (InputTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.ComboBoxBase<T>.OnClientItemsSourceChanged client event. Occurs when the value of the itemsSource property changes.
    Syntax
    'Declaration
     
    Public Property ItemsSourceChanged As String
    public string ItemsSourceChanged {get; set;}
    See Also