menu

WPF

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

    Show / Hide Table of Contents

    Class ItemSelectionChangedEventArgs

    Provides data for the SelectionChanged event.

    Inheritance
    System.Object
    System.EventArgs
    ItemSelectionChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public class ItemSelectionChangedEventArgs : EventArgs

    Constructors

    ItemSelectionChangedEventArgs()

    Initializes a new instance of the ItemSelectionChangedEventArgs class.

    Declaration
    public ItemSelectionChangedEventArgs()

    Properties

    AddedItems

    Gets a list that contains the items that were selected.

    Declaration
    public IList<object> AddedItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Object>

    A list of items selected.

    RemovedItems

    Gets a list that contains the items that were unselected.

    Declaration
    public IList<object> RemovedItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Object>

    A list of items unselected.

    See Also

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