DataGrid.RowEditEnded Event

Definition

Occurs when the row has been successfully committed or canceled.

public event EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.DataGridRowEditEndedEventArgs> RowEditEnded;
member this.RowEditEnded : EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.DataGridRowEditEndedEventArgs> 
Public Event RowEditEnded As EventHandler(Of DataGridRowEditEndedEventArgs) 

Event Type

Applies to