Map.ClusterClicked Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a pin cluster is clicked/tapped.
public:
event EventHandler<Microsoft::Maui::Controls::Maps::ClusterClickedEventArgs ^> ^ ClusterClicked;
public event EventHandler<Microsoft.Maui.Controls.Maps.ClusterClickedEventArgs>? ClusterClicked;
member this.ClusterClicked : EventHandler<Microsoft.Maui.Controls.Maps.ClusterClickedEventArgs>
Public Event ClusterClicked As EventHandler(Of ClusterClickedEventArgs)
Event Type
Remarks
This event only fires when IsClusteringEnabled is set to true. The event provides information about the cluster including the pins it contains.