WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemDeletedEventArgs - WinUI API Reference | Syncfusion ItemDeleted event. ">

    Show / Hide Table of Contents

    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 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 - 2021 Syncfusion Inc. All Rights Reserved