Class GridDataCurrentRecordSelectionChangingEventArgs
Provides data for canceling record selection changed event.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataCurrentRecordSelectionChangingEventArgs : SyncfusionCancelEventArgs
Constructors
GridDataCurrentRecordSelectionChangingEventArgs(Int32)
Initializes a new instance of the GridDataCurrentRecordSelectionChangingEventArgs class.
Declaration
public GridDataCurrentRecordSelectionChangingEventArgs(int recordIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | recordIndex | Index of the record. |
Properties
Record
Gets or sets the record.
Declaration
public object Record { get; }
Property Value
Type | Description |
---|---|
System.Object | The record. |
RecordIndex
Gets or sets the index of the record.
Declaration
public int RecordIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the record. |