WinForms

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

    Show / Hide Table of Contents

    Class TreeNodeAdvBeforeEditEventArgs

    Represents the data for the event.

    Inheritance
    System.Object
    TreeNodeAdvBeforeEditEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvBeforeEditEventArgs : CancelEventArgs

    Constructors

    TreeNodeAdvBeforeEditEventArgs(TreeNodeAdv, TextBox)

    Initialize a new instance of the TreeNodeAdvBeforeEditEventArgs class.

    Declaration
    public TreeNodeAdvBeforeEditEventArgs(TreeNodeAdv node, TextBox textBox)
    Parameters
    Type Name Description
    TreeNodeAdv node

    Specifies the TreeNodeAdv.

    System.Windows.Forms.TextBox textBox

    A TextBox instance.

    Properties

    Action

    Gets or sets the source by which the editing is performed.

    Declaration
    public TreeNodeEditingAction Action { get; set; }
    Property Value
    Type Description
    TreeNodeEditingAction

    Node

    Gets the node of TreeNodeAdv.

    Declaration
    public TreeNodeAdv Node { get; }
    Property Value
    Type Description
    TreeNodeAdv

    TextBox

    Gets the TextBox that is used to edit the node.

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