IMouseProcessor::PreprocessQueryContinueDrag Method (QueryContinueDragEventArgs^)

 

Handles a QueryContinueDrag event before the default handler.

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

void PreprocessQueryContinueDrag(
	QueryContinueDragEventArgs^ e
)

Parameters

e
Type: System.Windows::QueryContinueDragEventArgs^

A QueryContinueDragEventArgs describing the drag operation.

Return to top
Show: