Sdílet prostřednictvím


ITableControlEventProcessor.PostprocessQueryContinueDrag Metoda

Definice

Zpracovává QueryContinueDrag událost po výchozí obslužné rutině.

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

Parametry

entry
ITableEntryHandle

Položka tabulky, která vyvolává událost.

e
QueryContinueDragEventArgs

Popis DragEventArgs operace přetažení.

Platí pro