ITableControlEventProcessor.PreprocessDragLeave Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Obsługuje zdarzenie przeciągania pozostaw przed domyślną procedurą obsługi.
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
Wpis tabeli wywołujący zdarzenie.
Opis DragEventArgs operacji przeciągania.