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

適用於