EditingEventArgs Property
Gets information about the user gesture that caused the cell to enter edit mode.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public RoutedEventArgs EditingEventArgs { get; }
Public ReadOnly Property EditingEventArgs As RoutedEventArgs
Get
member EditingEventArgs : RoutedEventArgs with get
Property Value
RoutedEventArgsSee Also
Reference
DataGridPreparingCellForEditEventArgs Class
Avalonia.Controls Namespace