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

In This Topic
    SelectedItemChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientSelectedItemChanged client event. Occurs when the selected item is changes.
    Syntax
    'Declaration
     
    Public Property SelectedItemChanged As String
    public string SelectedItemChanged {get; set;}
    See Also