Class DataGridSelectionChangingEventArgs
Provides data for the SelectionChanging event.
Inheritance
System.Object
DataGridSelectionChangingEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridSelectionChangingEventArgs : CancelEventArgs
Constructors
DataGridSelectionChangingEventArgs()
Initializes a new instance of the DataGridSelectionChangingEventArgs class.
Declaration
public DataGridSelectionChangingEventArgs()
Properties
AddedRows
Gets a list that contains the items to be selected.
Declaration
public IList<object> AddedRows { get; }
Property Value
Type |
---|
System.Collections.Generic.IList<System.Object> |
RemovedRows
Gets a list that contains the items to be unselected.
Declaration
public IList<object> RemovedRows { get; }
Property Value
Type |
---|
System.Collections.Generic.IList<System.Object> |