Share via


MouseProcessorBase.PreprocessDragOver Method

Handles the drag over event before the default handler.

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

Syntax

'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
)

Parameters

Implements

IMouseProcessor.PreprocessDragOver(DragEventArgs)

.NET Framework Security

See Also

Reference

MouseProcessorBase Class

Microsoft.VisualStudio.Text.Editor Namespace