Sdílet prostřednictvím


ITableControlEventProcessor.PreprocessDragOver Metoda

Definice

Zpracovává událost přetažení před výchozí obslužnou rutinu.

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

Parametry

entry
ITableEntryHandle

Položka tabulky, která vyvolává událost.

e
DragEventArgs

Popis DragEventArgs operace přetažení.

Platí pro