Compartilhar via


Método MouseProcessorBase.PreprocessDragLeave

Manipula o evento de deixar arrastar 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 PreprocessDragLeave ( _
    e As DragEventArgs _
)
public virtual void PreprocessDragLeave(
    DragEventArgs e
)
public:
virtual void PreprocessDragLeave(
    DragEventArgs^ e
)
abstract PreprocessDragLeave : 
        e:DragEventArgs -> unit  
override PreprocessDragLeave : 
        e:DragEventArgs -> unit
public function PreprocessDragLeave(
    e : DragEventArgs
)

Parâmetros

Implementações

IMouseProcessor.PreprocessDragLeave(DragEventArgs)

Segurança do .NET Framework

Consulte também

Referência

MouseProcessorBase Classe

Namespace Microsoft.VisualStudio.Text.Editor