Compartilhar via


Método MouseProcessorBase.PreprocessDragEnter

Manipula o arrasto inserir evento antes do manipulador padrão.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Implementações

IMouseProcessor.PreprocessDragEnter(DragEventArgs)

Segurança do .NET Framework

Consulte também

Referência

MouseProcessorBase Classe

Namespace Microsoft.VisualStudio.Text.Editor