ITableControlEventProcessor.PreprocessDragLeave 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在默認處理程式之前處理拖曳保留事件。
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
引發事件的數據表專案。
描述 DragEventArgs 拖曳作業的 。