menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataRecordsSelectionChangedEventArgs

    Provides a routing data that can be handled when the record's selection is changed.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridDataRecordsSelectionChangedEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataRecordsSelectionChangedEventArgs : SyncfusionRoutedEventArgs

    Constructors

    GridDataRecordsSelectionChangedEventArgs(IList, IList)

    Record Selection Changed Event

    Declaration
    public GridDataRecordsSelectionChangedEventArgs(IList oldItems, IList newItems)
    Parameters
    Type Name Description
    System.Collections.IList oldItems

    removed Items

    System.Collections.IList newItems

    added Items

    Properties

    AddedItems

    Gets the added items.

    Declaration
    public IList AddedItems { get; }
    Property Value
    Type Description
    System.Collections.IList

    The added items.

    RemovedItems

    Gets the removed items.

    Declaration
    public IList RemovedItems { get; }
    Property Value
    Type Description
    System.Collections.IList

    The removed items.

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