Udostępnij za pośrednictwem


ITableControlEventProcessor.PreprocessQueryContinueDrag Metoda

Definicja

Obsługuje zdarzenie QueryContinueDrag przed domyślną procedurą obsługi.

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)

Parametry

entry
ITableEntryHandle

Wpis tabeli podnoszący zdarzenie.

e
QueryContinueDragEventArgs

Opis DragEventArgs operacji przeciągania.

Dotyczy