menu

WinUI

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

    Show / Hide Table of Contents

    Class GridSelectionChangedEventArgs

    Provides data for SelectionChanged event.

    Inheritance
    System.Object
    GridEventArgs
    GridSelectionChangedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridSelectionChangedEventArgs : GridEventArgs

    Constructors

    GridSelectionChangedEventArgs(Object)

    Initializes a new instance of GridSelectionChangedEventArgs class.

    Declaration
    public GridSelectionChangedEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    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>

    The list that contains the items that were 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>

    The list that contains the items that are being unselected.

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