menu

WPF

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

    Show / Hide Table of Contents

    Class TreeViewItemEditEventArgs

    Represents the base class that holds data for the ItemBeginEdit ItemEndEdit events.

    Inheritance
    System.Object
    TreeViewItemEditEventArgs
    TreeViewItemBeginEditEventArgs
    TreeViewItemEndEditEventArgs
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public class TreeViewItemEditEventArgs : CancelEventArgs

    Constructors

    TreeViewItemEditEventArgs()

    Declaration
    public TreeViewItemEditEventArgs()

    Properties

    Node

    Gets the TreeViewNode which is being edited.

    Declaration
    public TreeViewNode Node { get; }
    Property Value
    Type
    TreeViewNode
    Remarks

    You can get the content of the node using Content.

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