ClusterClickedEventArgs Class
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.
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. |