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 拖动操作的 。

适用于