Sdílet prostřednictvím


ITableControlEventProcessor.PreprocessDragEnter Metoda

Definice

Zpracovává událost drag enter před výchozí obslužnou rutinou.

public:
 void PreprocessDragEnter(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, System::Windows::DragEventArgs ^ e);
public void PreprocessDragEnter (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, System.Windows.DragEventArgs e);
abstract member PreprocessDragEnter : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * System.Windows.DragEventArgs -> unit
Public Sub PreprocessDragEnter (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