DataGridColumn.PastingCellClipboardContent Evento

Definición

Se produce antes de que el contenido del Portapapeles se mueva a la celda.

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) 

Tipo de evento

Comentarios

Los controladores de eventos pueden modificar el contenido del Portapapeles antes de almacenarlo en el contenido de la celda.

Se aplica a