DataGridColumn.CopyingCellClipboardContent 事件

定义

在单元格剪贴板内容准备好之后发生。

public:
 event EventHandler<System::Windows::Controls::DataGridCellClipboardEventArgs ^> ^ CopyingCellClipboardContent;
public event EventHandler<System.Windows.Controls.DataGridCellClipboardEventArgs> CopyingCellClipboardContent;
member this.CopyingCellClipboardContent : EventHandler<System.Windows.Controls.DataGridCellClipboardEventArgs> 
Public Custom Event CopyingCellClipboardContent As EventHandler(Of DataGridCellClipboardEventArgs) 
Public Event CopyingCellClipboardContent As EventHandler(Of DataGridCellClipboardEventArgs) 

事件类型

注解

事件处理程序可以在单元格内容存储在剪贴板上之前对其进行修改。

适用于