ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / OnClientNodeEditStarting Property

In This Topic
    OnClientNodeEditStarting Property
    In This Topic
    Occurs before a node enters edit mode.
    Syntax
    'Declaration
     
    
    Public Property OnClientNodeEditStarting As String
    public string OnClientNodeEditStarting {get; set;}
    See Also