Share via


ClusterClickedEventArgs Class

Definition

Event arguments for the ClusterClicked event.

public ref class ClusterClickedEventArgs : EventArgs
public class ClusterClickedEventArgs : EventArgs
type ClusterClickedEventArgs = class
    inherit EventArgs
Public Class ClusterClickedEventArgs
Inherits EventArgs
Inheritance
ClusterClickedEventArgs

Constructors

Name Description
ClusterClickedEventArgs(IReadOnlyList<Pin>, Location)

Initializes a new instance of the ClusterClickedEventArgs class.

Properties

Name Description
Handled

Gets or sets a value indicating whether the default behavior of expanding the cluster (zooming in) should be prevented.

Location

Gets the location of the cluster on the map.

Pins

Gets the collection of pins contained in this cluster.

Applies to