DataGridPreparingCellForEditEventArgs Constructor
Initializes a new instance of the DataGridPreparingCellForEditEventArgs class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public DataGridPreparingCellForEditEventArgs(
DataGridColumn column,
DataGridRow row,
RoutedEventArgs editingEventArgs,
Control editingElement
)
Public Sub New (
column As DataGridColumn,
row As DataGridRow,
editingEventArgs As RoutedEventArgs,
editingElement As Control
)
new :
column : DataGridColumn *
row : DataGridRow *
editingEventArgs : RoutedEventArgs *
editingElement : Control -> DataGridPreparingCellForEditEventArgs
Parameters
- DataGridColumn
- The column that contains the cell to be edited.
- DataGridRow
- The row that contains the cell to be edited.
- RoutedEventArgs
- Information about the user gesture that caused the cell to enter edit mode.
- Control
- The element that the column displays for a cell in editing mode.
See Also
Reference
DataGridPreparingCellForEditEventArgs Class
Avalonia.Controls Namespace