ITableControlEventProcessor.PreprocessDrop 方法

定義

在預設處理程式之前處理卸除事件。

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

參數

entry
ITableEntryHandle

引發事件的數據表專案。

e
DragEventArgs

DragEventArgs 描述拖曳作業。

適用於