IMouseProcessor::PreprocessDrop Method (DragEventArgs^)

 

Handles a drop event before the default handler.

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

void PreprocessDrop(
	DragEventArgs^ e
)

Parameters

e
Type: System.Windows::DragEventArgs^

DragEventArgs describing the drop operation.

Return to top
Show: