Share via


DropHandlerBase.PerformPreEditActions(DragDropInfo) Method

Definition

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

protected:
 abstract void PerformPreEditActions(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo ^ dragDropInfo);
 abstract void PerformPreEditActions(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo const & dragDropInfo);
protected abstract void PerformPreEditActions (Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo dragDropInfo);
abstract member PerformPreEditActions : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo -> unit
Protected MustOverride Sub PerformPreEditActions (dragDropInfo As DragDropInfo)

Parameters

dragDropInfo
DragDropInfo

The DragDropInfo holding information about the currently ongoing drag/drop operation.

Applies to