Class CurrentCellValueChangedEventArgs
Provides data for CurrentCellValueChanged event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class CurrentCellValueChangedEventArgs : GridEventArgsConstructors
CurrentCellValueChangedEventArgs(Object)
Initializes a new instance of CurrentCellValueChangedEventArgs class.
Declaration
public CurrentCellValueChangedEventArgs(object originalSource)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | originalSource | The source of the event. | 
Properties
Column
Gets the GridColumn of the corresponding cell.
Declaration
public GridColumn Column { get; }Property Value
| Type | Description | 
|---|---|
| GridColumn | The GridColumn that contains the cell. | 
Record
Gets the record of the corresponding cell.
Declaration
public object Record { get; }Property Value
| Type | Description | 
|---|---|
| System.Object | The record of the corresponding cell. | 
RowColumnIndex
Gets a value indicating the RowColumnIndex of the cell.
Declaration
public RowColumnIndex RowColumnIndex { get; }Property Value
| Type | 
|---|
| RowColumnIndex |