Share via


DropHandlerBase.PerformPreEditActions Method

This method is called before edits are made to the buffer to perform any necessary pre edit actions.

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

Syntax

'Declaration
Protected MustOverride Sub PerformPreEditActions ( _
    dragDropInfo As DragDropInfo _
)
protected abstract void PerformPreEditActions(
    DragDropInfo dragDropInfo
)
protected:
virtual void PerformPreEditActions(
    DragDropInfo^ dragDropInfo
) abstract
abstract PerformPreEditActions : 
        dragDropInfo:DragDropInfo -> unit 
protected abstract function PerformPreEditActions(
    dragDropInfo : DragDropInfo
)

Parameters

.NET Framework Security

See Also

Reference

DropHandlerBase Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace