Class ItemDeletedEventArgs
Provides the data for the ItemDeleted event.
Inheritance
System.Object
ItemDeletedEventArgs
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public class ItemDeletedEventArgs : EventArgs
Constructors
ItemDeletedEventArgs()
Initializes new instance of the ItemDeletedEventArgs class.
Declaration
public ItemDeletedEventArgs()
Properties
Nodes
Gets a list of nodes that were removed from treeview.
Declaration
public List<TreeViewNode> Nodes { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TreeViewNode> |
Remarks
When you bind the ItemsSource to TreeView, you can get the underlying object by using Content property.