Summary
Initializes a new instance of the
DataGridBeginningEditEventArgs
class.
- Namespace
- Avalonia
.Controls - Containing Type
- Data
Grid Beginning Edit Event Args
Syntax
public DataGridBeginningEditEventArgs(DataGridColumn column, DataGridRow row, RoutedEventArgs editingEventArgs)
Parameters
Name | Type | Description |
---|---|---|
column | DataGridColumn | The column that contains the cell to be edited. |
row | DataGridRow | The row that contains the cell to be edited. |
editingEventArgs | RoutedEventArgs | Information about the user gesture that caused the cell to enter edit mode. |
Return Value
Type | Description |
---|---|
void |