IMouseProcessor::PostprocessMouseWheel Method (MouseWheelEventArgs^)

 

Handles a mouse wheel event after the default handler.

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

void PostprocessMouseWheel(
	MouseWheelEventArgs^ e
)

Parameters

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

Event arguments that describe the mouse wheel event.

Return to top
Show: