MouseProcessorBase::PreprocessMouseWheel Method (MouseWheelEventArgs^)

 

Handles the mouse wheel 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 PreprocessMouseWheel(
	MouseWheelEventArgs^ e
)

Parameters

e
Type: System.Windows.Input::MouseWheelEventArgs^

The MouseWheelEventArgs event arguments.

Return to top
Show: