alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeNodeAdvEditEventArgs

    Represents the data for the editing events in the TreeViewAdv.

    Inheritance
    System.Object
    TreeNodeAdvEditEventArgs
    TreeNodeAdvCancelableEditEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvEditEventArgs : EventArgs

    Constructors

    TreeNodeAdvEditEventArgs(TreeNodeAdv, String)

    Initialize a new instance of the TreeNodeAdvEditEventArgs class.

    Declaration
    public TreeNodeAdvEditEventArgs(TreeNodeAdv node, string label)
    Parameters
    Type Name Description
    TreeNodeAdv node

    A TreeNodeAdv instance.

    System.String label

    The label for the node.

    Properties

    Label

    Gets the label for the node.

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

    Node

    Gets the node value of TreeNodeAdv.

    Declaration
    public TreeNodeAdv Node { get; }
    Property Value
    Type
    TreeNodeAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved