DataGridColumn.CopyingCellClipboardContent Событие
Определение
Происходит после подготовки содержимого буфера обмена ячейки.Occurs after the cell clipboard content is prepared.
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 Event CopyingCellClipboardContent As EventHandler(Of DataGridCellClipboardEventArgs)
Комментарии
Обработчики событий могут изменять содержимое ячейки, прежде чем оно будет сохранено в буфере обмена.Event handlers can modify the cell content before it gets stored on the clipboard.