DataGrid.

CopyingRowClipboardContent Event

Summary

This event is raised by OnCopyingRowClipboardContent method after the default row content is prepared. Event listeners can modify or add to the row clipboard content.
Namespace
Avalonia.Controls
Containing Type
DataGrid
Event Type
EventHandler<DataGridRowClipboardEventArgs>

Syntax

public event EventHandler<DataGridRowClipboardEventArgs> CopyingRowClipboardContent