DataGridCellEditEndedEventArgs Constructor
Instantiates a new instance of this class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public DataGridCellEditEndedEventArgs(
DataGridColumn column,
DataGridRow row,
DataGridEditAction editAction
)
Public Sub New (
column As DataGridColumn,
row As DataGridRow,
editAction As DataGridEditAction
)
new :
column : DataGridColumn *
row : DataGridRow *
editAction : DataGridEditAction -> DataGridCellEditEndedEventArgs
Parameters
- DataGridColumn
- The column of the cell that has just exited edit mode.
- DataGridRow
- The row container of the cell container that has just exited edit mode.
- DataGridEditAction
- The editing action that has been taken.
See Also
Reference
DataGridCellEditEndedEventArgs Class
Avalonia.Controls Namespace