ITableControlEventProcessor.PostprocessGiveFeedback 方法

定义

处理默认处理程序后的 System.windows.dragdrop.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

描述事件的事件参数。

适用于