Class GridDataRecordsSelectionChangedEventArgs
Provides a routing data that can be handled when the record's selection is changed.
Inherited Members
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. |