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