Partilhar via


ITableControlEventProcessor.PreprocessQueryContinueDrag Método

Definição

Manipula um evento QueryContinueDrag antes do manipulador padrão.

public:
 void PreprocessQueryContinueDrag(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, System::Windows::QueryContinueDragEventArgs ^ e);
public void PreprocessQueryContinueDrag (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, System.Windows.QueryContinueDragEventArgs e);
abstract member PreprocessQueryContinueDrag : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * System.Windows.QueryContinueDragEventArgs -> unit
Public Sub PreprocessQueryContinueDrag (entry As ITableEntryHandle, e As QueryContinueDragEventArgs)

Parâmetros

entry
ITableEntryHandle

A entrada da tabela que aciona o evento.

e
QueryContinueDragEventArgs

Um DragEventArgs que descreve a operação de arrastar.

Aplica-se a