共用方式為


ITableControlEventProcessor.PostprocessQueryContinueDrag 方法

定義

處理預設處理程序之後的QueryContinueDrag事件。

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)

參數

entry
ITableEntryHandle

引發事件的數據表專案。

e
QueryContinueDragEventArgs

描述 DragEventArgs 拖曳作業的 。

適用於