DropHandlerBase::PerformPostEditActions Method (DragDropInfo^, Boolean)
Visual Studio 2015
This method is called after the edits are made to the buffer to perform any necessary post edit actions.
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.
Show: