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) 

事件類型

EventHandler<DataGridCellClipboardEventArgs>

備註

事件處理常式可以先修改儲存格內容,再儲存在剪貼簿上。

適用於