IMouseProcessor::PostprocessQueryContinueDrag Method (QueryContinueDragEventArgs^)

 

Handles a QueryContinueDrag event after the default handler.

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

void PostprocessQueryContinueDrag(
	QueryContinueDragEventArgs^ e
)

Parameters

e
Type: System.Windows::QueryContinueDragEventArgs^

A QueryContinueDragEventArgs describing the drag operation.

Return to top
Show: