DataGridColumn::CopyingCellClipboardContent Event

.NET Framework (current version)
 

Occurs after the cell clipboard content is prepared.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event EventHandler<DataGridCellClipboardEventArgs^>^ CopyingCellClipboardContent {
	void add(EventHandler<DataGridCellClipboardEventArgs^>^ value);
	void remove(EventHandler<DataGridCellClipboardEventArgs^>^ value);
}

Event handlers can modify the cell content before it gets stored on the clipboard.

.NET Framework
Available since 4.0
Return to top
Show: