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 拖曳作業的 。

適用於