IMouseProcessor::PreprocessMouseUp Method (MouseButtonEventArgs^)

 

Handles a mouse 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 PreprocessMouseUp(
	MouseButtonEventArgs^ e
)

Parameters

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

Event arguments that describe the mouse up event.

Return to top
Show: