Map::OnMouseLeftButtonDown Method (MouseButtonEventArgs^)

Bing
 

Enables the ability to provide custom handling when the left mouse button is pressed.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

protected:
virtual void OnMouseLeftButtonDown(
	MouseButtonEventArgs^ e
) override

Parameters

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

The event arguments.

Return to top
Show: