IMouseProcessor::PreprocessMouseLeave Method (MouseEventArgs^)

 

Handles a mouse leave event before the default handler.

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

void PreprocessMouseLeave(
	MouseEventArgs^ e
)

Parameters

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

Event arguments that describe the mouse leave event.

Return to top
Show: