DataGridCurrentCellChanged Event

Occurs when a different cell becomes the current cell.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public event EventHandler<EventArgs> CurrentCellChanged

Value

EventHandlerEventArgs

See Also