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) 

イベントの種類

注釈

イベント ハンドラーは、セルの内容をクリップボードに格納する前に変更できます。

適用対象