共用方式為


ITableControlEventProcessor.PreprocessDragLeave 方法

定義

在默認處理程式之前處理拖曳保留事件。

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)

參數

entry
ITableEntryHandle

引發事件的數據表專案。

e
DragEventArgs

描述 DragEventArgs 拖曳作業的 。

適用於