Sdílet prostřednictvím


ITableControlEventProcessor.PreprocessGiveFeedback Metoda

Definice

Zpracovává GiveFeedback událost před výchozí obslužnou rutinou.

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)

Parametry

entry
ITableEntryHandle

Položka tabulky, která vyvolává událost.

e
GiveFeedbackEventArgs

Popis DragEventArgs operace přetažení.

Platí pro