Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeEditEventArgs

    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

    InnerHtml

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

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

    Name

    Gets or sets the 'Node Edit' Event name.

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

    NewText

    Gets or sets the new text of current TreeView node.

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

    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

    OldText

    Gets the old text of current TreeView node.

    Declaration
    public string OldText { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved