Share via


TableControlEventProcessorBase.PostprocessDragLeave Method

Definition

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

Parameters

Implements

Applies to