ITableControlEventProcessor.PreprocessQueryContinueDrag 方法

定义

在默认处理程序之前处理 QueryContinueDrag 事件。

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

参数

entry
ITableEntryHandle

引发事件的表条目。

e
QueryContinueDragEventArgs

描述 DragEventArgs 拖动操作的 。

适用于