menu

WPF

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

    Show / Hide Table of Contents

    Class ItemDeletingEventArgs

    Provides the data for the ItemDeleting event.

    Inheritance
    System.Object
    ItemDeletingEventArgs
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.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.

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