DropHandlerBase::PerformPostEditActions Method (DragDropInfo^, Boolean)

 

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

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

protected:
virtual void PerformPostEditActions(
	DragDropInfo^ dragDropInfo,
	bool successfulEdit
) abstract

Parameters

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

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

successfulEdit
Type: System::Boolean

If true, the edits performed on the buffer were successful, if false, the edits failed.

Return to top
Show: