2 references to DataGridRowEditEndingEventArgs
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
2372
DataGridRowEditEndingEventArgs rowEditEndingEventArgs = new
DataGridRowEditEndingEventArgs
(cell.RowOwner, DataGridEditAction.Commit);
2542
DataGridRowEditEndingEventArgs rowEditEndingEventArgs = new
DataGridRowEditEndingEventArgs
(cell.RowOwner, DataGridEditAction.Cancel);