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

In This Topic
    ItemsSourceChanged Property (TreeViewTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.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