Share via


MouseProcessorBase.PreprocessDragEnter, méthode

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

Paramètres

  • e
    Type : DragEventArgs

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

Implémentations

IMouseProcessor.PreprocessDragEnter(DragEventArgs)

Sécurité .NET Framework

Voir aussi

Référence

MouseProcessorBase Classe

Microsoft.VisualStudio.Text.Editor, espace de noms