Class CurrentCellEndEditEventArgs
Provides data for CurrentCellEndEdit event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class CurrentCellEndEditEventArgs : GridEventArgsConstructors
CurrentCellEndEditEventArgs(Object)
Initializes a new instance of CurrentCellEndEditEventArgs class.
Declaration
public CurrentCellEndEditEventArgs(object originalSource)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | originalSource | The source of the event. | 
Properties
RowColumnIndex
Gets the RowColumnIndex of the current cell for which the event occurred.
Declaration
public RowColumnIndex RowColumnIndex { get; }Property Value
| Type | Description | 
|---|---|
| RowColumnIndex | The corresponding RowColumnIndex of the current cell for which the event occurred. |