ITableControlEventProcessor.PreprocessQueryContinueDrag(ITableEntryHandle, QueryContinueDragEventArgs) 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 de tabela que gera o evento.

e
QueryContinueDragEventArgs

Argumentos de evento que descrevem o evento.

Aplica-se a