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

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