Class
MapShapeClickEventArgs

The shape click event arguments.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class MapShapeClickEventArgs

Inheritance: objectMapShapeClickEventArgs

Constructors

MapShapeClickEventArgs()

Declaration

cs-api-definition
public MapShapeClickEventArgs()

Properties

DataItem

The data item (for bubble layer).

Declaration

cs-api-definition
public object DataItem { get; set; }

Property Value

object

EventArgs

The DOM event arguments.

Declaration

cs-api-definition
public EventArgs EventArgs { get; set; }

Property Value

EventArgs

GeoJsonDataItem

The GeoJSON data item (for shape layer).

Declaration

cs-api-definition
public Dictionary<string, object> GeoJsonDataItem { get; set; }

Property Value

Dictionary<string, object>