DataGridColumn.CopyingCellClipboardContent Ereignis

Definition

Tritt auf, nachdem der Inhalt der Zellenzwischenablage vorbereitet wurde.

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) 

Ereignistyp

Hinweise

Ereignishandler können den Zellinhalt ändern, bevor er in der Zwischenablage gespeichert wird.

Gilt für: