Class GridDataRecordSelectionChangingEventArgs
Arguments for record selection changing
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridDataRecordSelectionChangingEventArgs : SyncfusionRoutedEventArgs
Constructors
GridDataRecordSelectionChangingEventArgs()
Declaration
public GridDataRecordSelectionChangingEventArgs()
Properties
Cancel
Allows user to Cancel the record selection changing
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
NewIndex
Gets the index of the NewItem
Declaration
public RowColumnIndex NewIndex { get; }
Property Value
Type |
---|
RowColumnIndex |
NewItem
Gets the CurrentSelectedItem
Declaration
public object NewItem { get; }
Property Value
Type |
---|
System.Object |
NewRecordIndex
Gets the index of the Old Record
Declaration
public int NewRecordIndex { get; }
Property Value
Type |
---|
System.Int32 |
OldIndex
Gets the index of the OldItem
Declaration
public RowColumnIndex OldIndex { get; }
Property Value
Type |
---|
RowColumnIndex |
OldItem
Gets the PreviousSelectedItem
Declaration
public object OldItem { get; }
Property Value
Type |
---|
System.Object |
OldRecordIndex
Gets the index of the New Record
Declaration
public int OldRecordIndex { get; }
Property Value
Type |
---|
System.Int32 |
Reason
Gets the reason for selection changing
Declaration
public GridSelectionReason Reason { get; }
Property Value
Type |
---|
GridSelectionReason |