Class TreeViewItemEditEventArgs
Represents the base class that holds data for the ItemBeginEdit ItemEndEdit events.
Inheritance
System.Object
TreeViewItemEditEventArgs
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.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.