Share via


MouseProcessorBase.PostprocessDragEnter Method

Handles the drag enter event after 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 PostprocessDragEnter ( _
    e As DragEventArgs _
)
public virtual void PostprocessDragEnter(
    DragEventArgs e
)
public:
virtual void PostprocessDragEnter(
    DragEventArgs^ e
)
abstract PostprocessDragEnter : 
        e:DragEventArgs -> unit 
override PostprocessDragEnter : 
        e:DragEventArgs -> unit 
public function PostprocessDragEnter(
    e : DragEventArgs
)

Parameters

Implements

IMouseProcessor.PostprocessDragEnter(DragEventArgs)

.NET Framework Security

See Also

Reference

MouseProcessorBase Class

Microsoft.VisualStudio.Text.Editor Namespace