Class
MapClickEventArgs

The click event arguments.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class MapClickEventArgs

Inheritance: objectMapClickEventArgs

Constructors

MapClickEventArgs()

Declaration

cs-api-definition
public MapClickEventArgs()

Properties

EventArgs

The DOM event arguments.

Declaration

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

Property Value

EventArgs

Location

The map location.

Declaration

cs-api-definition
public MapLocation Location { get; set; }

Property Value

MapLocation