IMouseProcessor::PreprocessMouseRightButtonDown Method (MouseButtonEventArgs^)

 

Handles a mouse right button down event before the default handler.

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

void PreprocessMouseRightButtonDown(
	MouseButtonEventArgs^ e
)

Parameters

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

Event arguments that describe the mouse right button down event.

Return to top
Show: