Condividi tramite


ITableControlEventProcessor.PostprocessDrop Metodo

Definizione

Gestisce l'evento di rilascio dopo il gestore predefinito.

public:
 void PostprocessDrop(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, System::Windows::DragEventArgs ^ e);
public void PostprocessDrop (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, System.Windows.DragEventArgs e);
abstract member PostprocessDrop : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * System.Windows.DragEventArgs -> unit
Public Sub PostprocessDrop (entry As ITableEntryHandle, e As DragEventArgs)

Parametri

entry
ITableEntryHandle

Voce della tabella che genera l'evento.

e
DragEventArgs

Oggetto DragEventArgs che descrive l'operazione di trascinamento.

Si applica a