DropHandlerBase::PerformPreEditActions Method (DragDropInfo^)

 

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)

protected:
virtual void PerformPreEditActions(
	DragDropInfo^ dragDropInfo
) abstract

Parameters

dragDropInfo
Type: Microsoft.VisualStudio.Text.Editor.DragDrop::DragDropInfo^

The DragDropInfo that contains information about the ongoing drag/drop operation.

Return to top
Show: