DataGridColumn.PastingCellClipboardContent Zdarzenie

Definicja

Występuje przed przeniesieniem zawartości schowka do komórki.

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) 

Typ zdarzenia

EventHandler<DataGridCellClipboardEventArgs>

Uwagi

Programy obsługi zdarzeń mogą modyfikować zawartość schowka, zanim zostaną zapisane w zawartości komórki.

Dotyczy