Compartilhar via


Método IMouseProcessor.PreprocessDrop

Manipula um evento soltar 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
Sub PreprocessDrop ( _
    e As DragEventArgs _
)
void PreprocessDrop(
    DragEventArgs e
)
void PreprocessDrop(
    DragEventArgs^ e
)
abstract PreprocessDrop : 
        e:DragEventArgs -> unit
function PreprocessDrop(
    e : DragEventArgs
)

Parâmetros

  • e
    Tipo: DragEventArgs

    DragEventArgsDescrever a operação de soltar.

Segurança do .NET Framework

Consulte também

Referência

IMouseProcessor Interface

Namespace Microsoft.VisualStudio.Text.Editor