DataGridColumn.PastingCellClipboardContent Ereignis

Definition

Tritt auf, bevor der Zwischenablageinhalt in die Zelle verschoben wird.

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

Ereignistyp

EventHandler<DataGridCellClipboardEventArgs>

Hinweise

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

Gilt für