IMouseProcessor::PostprocessMouseMove Method (MouseEventArgs^)

 

Handles a mouse move event after the default handler.

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

void PostprocessMouseMove(
	MouseEventArgs^ e
)

Parameters

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

Event arguments that describe the mouse move event.

Return to top
Show: