DataGridColumn.CopyingCellClipboardContent Événement

Définition

Se produit après la préparation du contenu du Presse-papiers de la cellule.

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) 

Type d'événement

Remarques

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

S’applique à