Class GridDataCurrentRecordSelectionChangedEventArgs
Provides data for current record selection changed event.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataCurrentRecordSelectionChangedEventArgs : SyncfusionEventArgs
Constructors
GridDataCurrentRecordSelectionChangedEventArgs()
Declaration
public GridDataCurrentRecordSelectionChangedEventArgs()
Properties
NewIndex
Gets the new index.
Declaration
public int NewIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The new index. |
OldIndex
Gets the old index.
Declaration
public int OldIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The old index. |
Record
Gets the record.
Declaration
public object Record { get; }
Property Value
Type | Description |
---|---|
System.Object | The record. |