DataGridColumn.PastingCellClipboardContent Událost

Definice

Nastane před přesunutím obsahu schránky do buňky.

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) 

Event Type

EventHandler<DataGridCellClipboardEventArgs>

Poznámky

Obslužné rutiny událostí můžou obsah schránky před uložením do obsahu buňky upravit.

Platí pro