Skip to main content

MapMouseEventArgs

Namespace: Wisej.Web.Ext.GoogleMaps

Assembly: Wisej.Web.Ext.GoogleMaps

Provides data for the MapClick and the MapDoubleClick event.

public class MapMouseEventArgs : EventArgs

Constructors

Instance memberMapMouseEventArgs(e)

Initializes an instance of the MouseEventArgs class.

NameTypeDescription
eWidgetEventArgsThe event data from the client.

Properties

Instance memberButton

MouseButtons: Returns which mouse button was pressed.

Instance memberLocation

LatLng: The coordinates of the click.

Instance memberMarker

String: The ID of the clicked marker. Null if the click landed on the map outside of a marker.