IMouseProcessor::PostprocessMouseRightButtonUp Method (MouseButtonEventArgs^)

 

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

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

void PostprocessMouseRightButtonUp(
	MouseButtonEventArgs^ e
)

Parameters

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

Event arguments that describe the mouse right button up event.

Return to top
Show: