TreeDataGrid for Avalonia Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. Avalonia.Controls
    4. TreeDataGridSelectionChangedEventArgs

    TreeDataGridSelectionChangedEventArgs Class

    Definition

    Namespace Avalonia.Controls
    Assembly Avalonia.Controls.TreeDataGrid.dll
    Inherits Object → EventArgs → TreeSelectionModelSelectionChangedEventArgs
    View source
    Show inherited members (8)
    • 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()
    public class TreeDataGridSelectionChangedEventArgs : TreeSelectionModelSelectionChangedEventArgs
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (1)

    TreeDataGridSelectionChangedEventArgs(IReadOnlyList<IndexPath>?, IReadOnlyList<IndexPath>?, IReadOnlyList<Object?>?, IReadOnlyList<Object?>?, IReadOnlyList<CellIndex>?, IReadOnlyList<CellIndex>?)

    Properties (6)

    DeselectedCellIndexes
    DeselectedIndexes
    DeselectedItems
    SelectedCellIndexes
    SelectedIndexes
    SelectedItems

    Methods (2)

    GetUntypedDeselectedItems()
    GetUntypedSelectedItems()

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the MIT license | Site generated by lunet hosted on GitHub Pages