1 instantiation of MapClickedEventArgs
Microsoft.Maui.Controls.Maps (1)
HandlerImpl\Map.Impl.cs (1)
14
void IMap.Clicked(Location location) => MapClicked?.Invoke(this, new
MapClickedEventArgs
(location));
2 references to MapClickedEventArgs
Microsoft.Maui.Controls.Maps (2)
Map.cs (1)
170
public event EventHandler<
MapClickedEventArgs
>? MapClicked;
MapClickedEventArgs.cs (1)
16
/// Initializes a new instance of the <see cref="
MapClickedEventArgs
"/> class with a location.