2 instantiations of DataGridCellClipboardEventArgs
PresentationFramework (2)
System\Windows\Controls\DataGridColumn.cs (2)
1386
DataGridCellClipboardEventArgs args = new
DataGridCellClipboardEventArgs
(item, this, cellValue);
1409
DataGridCellClipboardEventArgs args = new
DataGridCellClipboardEventArgs
(item, this, cellContent);
4 references to DataGridCellClipboardEventArgs
PresentationFramework (4)
System\Windows\Controls\DataGridColumn.cs (4)
1386
DataGridCellClipboardEventArgs
args = new DataGridCellClipboardEventArgs(item, this, cellValue);
1409
DataGridCellClipboardEventArgs
args = new DataGridCellClipboardEventArgs(item, this, cellContent);
1426
public event EventHandler<
DataGridCellClipboardEventArgs
> CopyingCellClipboardContent;
1432
public event EventHandler<
DataGridCellClipboardEventArgs
> PastingCellClipboardContent;