DataGridColumn.PastingCellClipboardContent Événement

Définition

Se produit avant le transfert du contenu du Presse-papiers dans la cellule.

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) 

Type d'événement

Remarques

Les gestionnaires d’événements peuvent modifier le contenu du Presse-papiers avant qu’il ne soit stocké dans le contenu de la cellule.

S’applique à