Share via


IMouseProcessor.PreprocessDragOver, méthode

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