次の方法で共有


ITableControlEventProcessor.PreprocessGiveFeedback メソッド

定義

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

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

パラメーター

entry
ITableEntryHandle

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

e
GiveFeedbackEventArgs

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

適用対象