DataGridColumn.CopyingCellClipboardContent Evento

Definición

Se produce después de prepararse el contenido del Portapapeles de la celda.

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) 

Tipo de evento

EventHandler<DataGridCellClipboardEventArgs>

Comentarios

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

Se aplica a