Share via


DropHandlerBase.PerformPostEditActions Method

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)

Syntax

'Declaration
Protected MustOverride Sub PerformPostEditActions ( _
    dragDropInfo As DragDropInfo, _
    successfulEdit As Boolean _
)
protected abstract void PerformPostEditActions(
    DragDropInfo dragDropInfo,
    bool successfulEdit
)
protected:
virtual void PerformPostEditActions(
    DragDropInfo^ dragDropInfo, 
    bool successfulEdit
) abstract
abstract PerformPostEditActions : 
        dragDropInfo:DragDropInfo * 
        successfulEdit:bool -> unit 
protected abstract function PerformPostEditActions(
    dragDropInfo : DragDropInfo, 
    successfulEdit : boolean
)

Parameters

  • successfulEdit
    Type: System.Boolean
    If true, the edits performed on the buffer were successful, if false, the edits failed.

.NET Framework Security

See Also

Reference

DropHandlerBase Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace