menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemDeletedEventArgs - API Reference

    Show / Hide Table of Contents

    Class ItemDeletedEventArgs

    Provides the data for the ItemDeleted event.

    Inheritance
    System.Object
    System.EventArgs
    ItemDeletedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.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 Description
    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 - 2023 Syncfusion Inc. All Rights Reserved