Partager via


MouseProcessorBase.PreprocessDragOver, méthode

Gère l'é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
Public Overridable Sub PreprocessDragOver ( _
    e As DragEventArgs _
)
public virtual void PreprocessDragOver(
    DragEventArgs e
)
public:
virtual void PreprocessDragOver(
    DragEventArgs^ e
)
abstract PreprocessDragOver : 
        e:DragEventArgs -> unit  
override PreprocessDragOver : 
        e:DragEventArgs -> unit
public function PreprocessDragOver(
    e : DragEventArgs
)

Paramètres

  • e
    Type : DragEventArgs

    Les arguments d'événement d'DragEventArgs.

Implémentations

IMouseProcessor.PreprocessDragOver(DragEventArgs)

Sécurité .NET Framework

Voir aussi

Référence

MouseProcessorBase Classe

Microsoft.VisualStudio.Text.Editor, espace de noms