DataGridColumn.PastingCellClipboardContent 事件

定义

在剪贴板内容传输到单元格之前发生。

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

事件类型

EventHandler<DataGridCellClipboardEventArgs>

注解

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

适用于