Share via


IMouseProcessor.PostprocessDragEnter, méthode

Gère un événement glisser-valider (drag enter) 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 PostprocessDragEnter ( _
    e As DragEventArgs _
)
void PostprocessDragEnter(
    DragEventArgs e
)
void PostprocessDragEnter(
    DragEventArgs^ e
)
abstract PostprocessDragEnter : 
        e:DragEventArgs -> unit
function PostprocessDragEnter(
    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