DataGrid.CopyingRowClipboardContent イベント

定義

既定の行の内容が準備された後に発生します。

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

イベントの種類

注釈

イベント リスナーは、行クリップボードの内容を変更または追加できます。

適用対象