IMouseProcessor::PostprocessDrop Method (DragEventArgs^)

 

Handles a drop event after the default handler.

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

void PostprocessDrop(
	DragEventArgs^ e
)

Parameters

e
Type: System.Windows::DragEventArgs^

A DragEventArgs describing the drop operation.

Return to top
Show: