Map.MapLongClicked Event

Definition

Occurs when the user long-presses/holds on the map control.

public:
 event EventHandler<Microsoft::Maui::Controls::Maps::MapClickedEventArgs ^> ^ MapLongClicked;
public event EventHandler<Microsoft.Maui.Controls.Maps.MapClickedEventArgs>? MapLongClicked;
member this.MapLongClicked : EventHandler<Microsoft.Maui.Controls.Maps.MapClickedEventArgs> 
Public Event MapLongClicked As EventHandler(Of MapClickedEventArgs) 

Event Type

Applies to