Condividi tramite


ITableControlEventProcessor.PreprocessDragLeave Metodo

Definizione

Gestisce l'evento di trascinamento in uscita prima del gestore predefinito.

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)

Parametri

entry
ITableEntryHandle

Voce della tabella che genera l'evento.

e
DragEventArgs

Oggetto DragEventArgs che descrive l'operazione di trascinamento.

Si applica a