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

Initializes an instance of the MouseEventArgs class.

NameTypeDescription

e

The event data from the client.

Properties

MouseButtons: Returns which mouse button was pressed.

LatLng: The coordinates of the click.

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

Last updated