DataGridBeginningEditEventArgs Constructor
Initializes a new instance of the DataGridBeginningEditEventArgs class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public DataGridBeginningEditEventArgs(
DataGridColumn column,
DataGridRow row,
RoutedEventArgs editingEventArgs
)
Public Sub New (
column As DataGridColumn,
row As DataGridRow,
editingEventArgs As RoutedEventArgs
)
new :
column : DataGridColumn *
row : DataGridRow *
editingEventArgs : RoutedEventArgs -> DataGridBeginningEditEventArgs
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.
See Also
Reference
DataGridBeginningEditEventArgs Class
Avalonia.Controls Namespace