Partager via


ITableControlEventProcessor.PostprocessGiveFeedback Méthode

Définition

Gère un événement GiveFeedback après le gestionnaire par défaut.

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)

Paramètres

entry
ITableEntryHandle

Entrée de table qui déclenche l’événement.

e
GiveFeedbackEventArgs

DragEventArgs qui décrit l'opération glisser.

S’applique à