DataGrid.RowEditEnding Event

Definition

Occurs immediately before the row has been successfully committed or canceled.

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

Event Type

Applies to