MapMouseEventArgs

Wisej.Web.Ext.GoogleMaps.MapMouseEventArgs

Namespace: Wisej.Web.Ext.GoogleMaps

Assembly: Wisej.Web.Ext.GoogleMaps (3.2.0.0)

Provides data for the MapClick and the MapDoubleClick event.

public class MapMouseEventArgs : EventArgs

Constructors

MapMouseEventArgs(e)

Initializes an instance of the MouseEventArgsarrow-up-right class.

Name
Type
Description

e

The event data from the client.

Properties

Button

MouseButtonsarrow-up-right: Returns which mouse button was pressed.

Location

LatLng: The coordinates of the click.

Marker

Stringarrow-up-right: The ID of the clicked marker. Null if the click landed on the map outside of a marker.

Last updated

Was this helpful?