ClassMapShapeClickEventArgs
Class
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).
EventArgs
The DOM event arguments.
GeoJsonDataItem
The GeoJSON data item (for shape layer).
Declaration
cs-api-definition
public Dictionary<string, object> GeoJsonDataItem { get; set; }
Property Value