IMouseProcessor::PreprocessMouseLeftButtonDown Method (MouseButtonEventArgs^)

 

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

Parameters

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

Event arguments that describe the mouse left button down event.

Return to top
Show: