Share via


IMouseProcessor.PreprocessDragEnter, méthode

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