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

In This Topic
    NodeEditEnded Property
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientNodeEditEnded client event. Occurs after a node has exited edit mode.
    Syntax
    'Declaration
     
    Public Property NodeEditEnded As String
    public string NodeEditEnded {get; set;}
    See Also