次の方法で共有


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

適用対象