ITableControlEventProcessor.PreprocessGiveFeedback 方法

定义

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

描述事件的事件参数。

适用于