Share via


IMouseProcessor.PreprocessMouseWheel Method

Handles a 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)

Syntax

'Declaration
Sub PreprocessMouseWheel ( _
    e As MouseWheelEventArgs _
)
void PreprocessMouseWheel(
    MouseWheelEventArgs e
)
void PreprocessMouseWheel(
    MouseWheelEventArgs^ e
)
abstract PreprocessMouseWheel : 
        e:MouseWheelEventArgs -> unit 
function PreprocessMouseWheel(
    e : MouseWheelEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

IMouseProcessor Interface

Microsoft.VisualStudio.Text.Editor Namespace