IMouseProcessor::PreprocessMouseRightButtonUp Method (MouseButtonEventArgs^)

 

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

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

void PreprocessMouseRightButtonUp(
	MouseButtonEventArgs^ e
)

Parameters

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

Event arguments that describe the mouse right button up event.

Return to top
Show: