Class ItemDeletingEventArgs
Provides the data for the ItemDeleting event.
Inheritance
System.Object
ItemDeletingEventArgs
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public class ItemDeletingEventArgs : CancelEventArgs
Constructors
ItemDeletingEventArgs()
Initializes new instance of the ItemDeletingEventArgs class.
Declaration
public ItemDeletingEventArgs()
Properties
Nodes
Gets a list of nodes that are going to be 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.