ITableControlEventProcessor.PreprocessQueryContinueDrag(ITableEntryHandle, QueryContinueDragEventArgs) Methode

Definition

Behandelt ein QueryContinueDrag-Ereignis vor dem Standard Handler.

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)

Parameter

entry
ITableEntryHandle

Der Tabelleneintrag, der das Ereignis aufhebt.

e
QueryContinueDragEventArgs

Ereignis Argumente, die das Ereignis beschreiben.

Gilt für