menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeEditEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NodeEditEventArgs

    Provides information about the node edit events callback.

    Inheritance
    System.Object
    NodeEditEventArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NodeEditEventArgs : Object

    Constructors

    NodeEditEventArgs()

    Declaration
    public NodeEditEventArgs()

    Properties

    Cancel

    Gets or sets whether the edit action should be cancelled or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if an edit action should be canceled. Otherwise, false.

    InnerHtml

    Gets or sets the inner HTML of TreeView node while editing.

    Declaration
    public string InnerHtml { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    Name

    Gets or sets the 'Node Edit' Event name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    NewText

    Gets or sets the new text of current TreeView node.

    Declaration
    public string NewText { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    NodeData

    Gets or sets the current node details as JSON object from data source.

    Declaration
    public NodeData NodeData { get; set; }
    Property Value
    Type Description
    NodeData

    A NodeData object that represents the details of the current node from the data source.

    OldText

    Gets the old text of current TreeView node.

    Declaration
    public string OldText { get; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved