次の方法で共有


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ドラッグ操作を記述する 。

適用対象