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 拖动操作的 。

适用于