Share via


IMouseProcessor.PostprocessDragLeave, méthode

Gère un événement glisser-lâcher (drag leave) après 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 PostprocessDragLeave ( _
    e As DragEventArgs _
)
void PostprocessDragLeave(
    DragEventArgs e
)
void PostprocessDragLeave(
    DragEventArgs^ e
)
abstract PostprocessDragLeave : 
        e:DragEventArgs -> unit
function PostprocessDragLeave(
    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