Condividi tramite


ITableControlEventProcessor.PostprocessGiveFeedback Metodo

Definizione

Gestisce un evento GiveFeedback dopo il gestore predefinito.

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)

Parametri

entry
ITableEntryHandle

Voce della tabella che genera l'evento.

e
GiveFeedbackEventArgs

Oggetto DragEventArgs che descrive l'operazione di trascinamento.

Si applica a