Map.MouseLeftButtonDown Event

 

Occurs when the left mouse button is pressed down over the map.

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

Syntax

public event MouseButtonEventHandler MouseLeftButtonDown
public:
event MouseButtonEventHandler^ MouseLeftButtonDown {
    void add(MouseButtonEventHandler^ value);
    void remove(MouseButtonEventHandler^ value);
}
member MouseLeftButtonDown : IEvent<MouseButtonEventHandler,
    MouseButtonEventArgs>
Public Event MouseLeftButtonDown As MouseButtonEventHandler

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top