Sdílet prostřednictvím


ITableControlEventProcessor.PreprocessDragLeave Metoda

Definice

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

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