DataGridColumn.PastingCellClipboardContent Gebeurtenis

Definitie

Vindt plaats voordat de inhoud van het klembord naar de cel wordt verplaatst.

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) 

Gebeurtenistype

Opmerkingen

Gebeurtenishandlers kunnen de inhoud van het Klembord wijzigen voordat deze wordt opgeslagen in de celinhoud.

Van toepassing op