IMouseProcessor::PreprocessGiveFeedback Method (GiveFeedbackEventArgs^)

 

Handles a GiveFeedback event before the default handler.

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

void PreprocessGiveFeedback(
	GiveFeedbackEventArgs^ e
)

Parameters

e
Type: System.Windows::GiveFeedbackEventArgs^

A GiveFeedbackEventArgs describing the drag operation.

Return to top
Show: