MouseProcessorBase::PreprocessGiveFeedback Method (GiveFeedbackEventArgs^)

 

Handles the feedback event before the default handler.

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

public:
virtual void PreprocessGiveFeedback(
	GiveFeedbackEventArgs^ e
)

Parameters

e
Type: System.Windows::GiveFeedbackEventArgs^

The GiveFeedbackEventArgs event arguments.

Return to top
Show: