Share via


IMouseProcessor.PreprocessDragLeave, méthode

Gère un événement glisser-lâcher (drag leave) avant le gestionnaire par défaut.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Sub PreprocessDragLeave ( _
    e As DragEventArgs _
)
void PreprocessDragLeave(
    DragEventArgs e
)
void PreprocessDragLeave(
    DragEventArgs^ e
)
abstract PreprocessDragLeave : 
        e:DragEventArgs -> unit
function PreprocessDragLeave(
    e : DragEventArgs
)

Paramètres

  • e
    Type : DragEventArgs

    DragEventArgs qui décrit l'opération glisser.

Sécurité .NET Framework

Voir aussi

Référence

IMouseProcessor Interface

Microsoft.VisualStudio.Text.Editor, espace de noms