次の方法で共有


ITableControlEventProcessor.PostprocessGiveFeedback メソッド

定義

既定のハンドラーの後で GiveFeedback イベントを処理します。

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

パラメーター

entry
ITableEntryHandle

イベントを発生させるテーブル エントリ。

e
GiveFeedbackEventArgs

DragEventArgsドラッグ操作を記述する 。

適用対象