2 instantiations of DataGridRowEditEndingEventArgs
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
2376
DataGridRowEditEndingEventArgs rowEditEndingEventArgs = new
DataGridRowEditEndingEventArgs
(cell.RowOwner, DataGridEditAction.Commit);
2546
DataGridRowEditEndingEventArgs rowEditEndingEventArgs = new
DataGridRowEditEndingEventArgs
(cell.RowOwner, DataGridEditAction.Cancel);
4 references to DataGridRowEditEndingEventArgs
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
2376
DataGridRowEditEndingEventArgs
rowEditEndingEventArgs = new DataGridRowEditEndingEventArgs(cell.RowOwner, DataGridEditAction.Commit);
2440
public event EventHandler<
DataGridRowEditEndingEventArgs
> RowEditEnding;
2446
protected virtual void OnRowEditEnding(
DataGridRowEditEndingEventArgs
e)
2546
DataGridRowEditEndingEventArgs
rowEditEndingEventArgs = new DataGridRowEditEndingEventArgs(cell.RowOwner, DataGridEditAction.Cancel);